From f12f95973630ff611bfbb8ec94a9a899145beb24 Mon Sep 17 00:00:00 2001 From: DO9XE Date: Sat, 25 Apr 2015 18:23:20 +0200 Subject: [PATCH] some enhancement to the documentation --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9158051..9ebc487 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,17 @@ Meshviewer is a frontend for # Installing dependencies +Install npm with your package-manager. On Debian-like systems run: + + sudo apt-get install npm + +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 - bower install + npm install bower grunt-cli + node_modules/.bin/bower install # Configure @@ -55,9 +64,9 @@ Setting this to `false` will hide contact information for nodes. # Building -Just run: +Just run the following command from the meshviewer directory: - grunt + node_modules/.bin/grunt This will generate `build/` containing all required files.