Skip to content

Commit 4083cec

Browse files
author
Sander De la Marche
committed
Improve installation info in readme
1 parent f4a7cca commit 4083cec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
This bundle is created and maintained by [SumoCoders](https://github.com/sumocoders). It contains a set of basic tools that enable us to build an application in a shorter timespan. The bundle is intended to be used together with our [npm package](https://github.com/sumocoders/FrameworkStylePackage).
33

44
## Installation
5+
To properly use this bundle, create a new project with our application skeleton:
56
```
6-
$ composer require sumocoders/framework-core-bundle
7+
$ composer create-project sumocoders/application-skeleton my_project
78
```
9+
The skeleton will load this bundle, install our npm package and add some extra config for CI, deployment, etc..
810

911
## Documentation
1012
All documentation is located in the `docs/` subdirectory.

0 commit comments

Comments
 (0)