Update install.md
This commit is contained in:
@@ -37,7 +37,13 @@ $ cd Cachet
|
|||||||
$ composer install --no-dev -o
|
$ composer install --no-dev -o
|
||||||
```
|
```
|
||||||
|
|
||||||
If you don't want to compile the assets yet, you may want to run composer with the `--no-scripts` flag.
|
You will also need to build the assets.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ npm install
|
||||||
|
$ bower install
|
||||||
|
$ gulp
|
||||||
|
```
|
||||||
|
|
||||||
# Deploy to Heroku
|
# Deploy to Heroku
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user