From 31baa8d9266d0843cebf83a635c38560de804d98 Mon Sep 17 00:00:00 2001 From: Maarten Eyskens Date: Wed, 7 Jan 2015 20:06:39 +0100 Subject: [PATCH] Added npm to the apt-get install --- docs/setup/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/install.md b/docs/setup/install.md index f7f10a3d..cb442282 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -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!