From c025946aa8ade7dcddaf304751d02de056db8399 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 4 Jan 2015 13:22:29 +0000 Subject: [PATCH] Update install.md --- docs/setup/install.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/setup/install.md b/docs/setup/install.md index a2170a33..2f954154 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -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