From c4251b3c415d2362b087033c39a54aaf111cb009 Mon Sep 17 00:00:00 2001 From: Danny v W Date: Thu, 11 Aug 2016 15:03:56 +0200 Subject: [PATCH] Added gem install bundler to installation docs (#1260) --- docs/03-00-installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/03-00-installation.md b/docs/03-00-installation.md index a27315b94c..1e529973db 100644 --- a/docs/03-00-installation.md +++ b/docs/03-00-installation.md @@ -122,6 +122,7 @@ npm install -g bower npm install -g gulp npm install -g uglify-js npm install -g uglifycss +gem install bundler ``` Then execute the following commands: