Added npm to the apt-get install

This commit is contained in:
Maarten Eyskens
2015-01-07 20:06:39 +01:00
parent 135badcecf
commit 31baa8d926

View File

@@ -40,7 +40,7 @@ $ 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
apt-get install nodejs npm
npm install -g bower
npm install -g gulp
curl -sS https://getcomposer.org/installer | php #always be careful when piping from the internet!