add -g to npm install options

This commit is contained in:
Sam
2015-01-06 21:15:17 +11:00
parent 7f52a49f41
commit dc830bfa5c

View File

@@ -41,8 +41,8 @@ $ cd Cachet
You need to have a modern version of node.js installed (with NPM) - see https://github.com/nodesource/distributions
```bash
apt-get install nodejs
npm install bower
npm install gulp
npm install -g bower
npm install -g gulp
curl -sS https://getcomposer.org/installer | php #always be careful when piping from the internet!
```