Updated README.md with updated build instructions
This commit is contained in:
parent
2e6b83aeef
commit
fdf8188e3e
@ -29,13 +29,14 @@ Install npm and Sass with your package-manager. On Debian-like systems run:
|
|||||||
|
|
||||||
sudo apt-get install npm ruby-sass
|
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:
|
Execute these commands on your server as a normal user to prepare the dependencies:
|
||||||
|
|
||||||
git clone https://github.com/tcatm/meshviewer.git
|
git clone https://github.com/tcatm/meshviewer.git
|
||||||
cd meshviewer
|
cd meshviewer
|
||||||
npm install
|
npm install
|
||||||
npm install bower grunt-cli
|
npm install grunt-cli
|
||||||
node_modules/.bin/bower install
|
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user