Browse Source

Add the symbolic link creation step to nodejs

pull/98/head
Edward Ribeiro 9 years ago
parent
commit
528fa060e4
  1. 2
      README.rst

2
README.rst

@ -23,6 +23,8 @@ Development Environment Installation
sudo apt-get install git python3-dev libpq-dev graphviz-dev graphviz \ sudo apt-get install git python3-dev libpq-dev graphviz-dev graphviz \
postgresql postgresql-contrib pgadmin3 python-psycopg2 nodejs npm postgresql postgresql-contrib pgadmin3 python-psycopg2 nodejs npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo npm install -g bower sudo npm install -g bower
* Setup git, following the instructions in https://help.github.com/articles/set-up-git. * Setup git, following the instructions in https://help.github.com/articles/set-up-git.

Loading…
Cancel
Save