Fixed composer install instructions

This commit is contained in:
Graham Campbell
2015-01-02 14:14:55 +00:00
parent d68a3fbca4
commit 782b24210e

View File

@@ -34,7 +34,7 @@ The easiest way is to use Git to pull down the code. You'll need to put it into
$ cd /var/www
$ git clone https://github.com/jbrooksuk/Cachet.git
$ cd Cachet
$ composer install
$ composer install --no-dev -o
```
# Deploy to Heroku