Update install.md

This commit is contained in:
Graham Campbell 2015-01-04 13:22:29 +00:00
parent c93b60cb83
commit c025946aa8

View File

@ -37,7 +37,13 @@ $ cd Cachet
$ 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