From fdf8188e3e1e4b4cf61ced5de4d692838ac63a71 Mon Sep 17 00:00:00 2001 From: Till Klocke Date: Thu, 6 Aug 2015 18:37:27 +0200 Subject: [PATCH] Updated README.md with updated build instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 176f249..1f81a78 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,14 @@ Install npm and Sass with your package-manager. On Debian-like systems run: sudo apt-get install npm ruby-sass +or if you have bundler you can install ruby-sass simply via `bundle install` + Execute these commands on your server as a normal user to prepare the dependencies: git clone https://github.com/tcatm/meshviewer.git cd meshviewer npm install - npm install bower grunt-cli - node_modules/.bin/bower install + npm install grunt-cli # Building