From 528fa060e4f3a355c544b34e75d516082f46e518 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 5 Jan 2016 14:52:24 -0200 Subject: [PATCH] Add the symbolic link creation step to nodejs --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 199bd035a..72815fe49 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,8 @@ Development Environment Installation sudo apt-get install git python3-dev libpq-dev graphviz-dev graphviz \ postgresql postgresql-contrib pgadmin3 python-psycopg2 nodejs npm + sudo ln -s /usr/bin/nodejs /usr/bin/node + sudo npm install -g bower * Setup git, following the instructions in https://help.github.com/articles/set-up-git.