From 782b24210ee7f4f0a2c2e33759fd807ae095a086 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 2 Jan 2015 14:14:55 +0000 Subject: [PATCH] Fixed composer install instructions --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 71abe6af..894560e8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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