mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-29 11:08:53 +01:00
Update install.md
This commit is contained in:
parent
c93b60cb83
commit
c025946aa8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user