Update documentation to install Node.js v4

Current documentation installs Node.js v0.10 which will be deprecated
and cease support on Oct 1st, 2016. It is strongly recommended to
update to new version as soon as possible.

This patch changes the documentation to install Node.js v4 which is
the latest LTS release.

Change-Id: I869da86fc791d2e210ccb950b9f4679f21b20c9b
This commit is contained in:
Simeon Monov 2016-08-24 00:59:23 +02:00
parent 359f3aa329
commit 907777284b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Install API dependencies (on ubuntu 14.x)..
Install RefStack UI dependencies
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ``curl -sL https://deb.nodesource.com/setup | sudo bash -``
- ``curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -``
- ``sudo apt-get install nodejs``