Skip to content
Snippets Groups Projects
Commit c03b9dd8 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Update README

parent 83029bfd
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,14 @@ Development ...@@ -7,11 +7,14 @@ Development
To setup the development environment, run the following commands: To setup the development environment, run the following commands:
npm install npm install
export PATH="$(pwd)/node_modules/.bin:$PATH" # you probabily should put this export PATH="$(pwd)/node_modules/.bin:$PATH" # you probabily should put this
# in your .bashrc or equivalent # in your .bashrc or equivalent
bower install bower install
cp config.example.js config.js # If the last level of net usage graph doesn't work install this extra repo
bower install http://github.com:highslide-software/highcharts.com.git
cp config.example.js config.js
Edit config.js set the options as needed. Then continue by executing: Edit config.js set the options as needed. Then continue by executing:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment