Changes between Version 2 and Version 3 of programmersguide/installing


Ignore:
Timestamp:
08/14/17 12:02:13 (9 years ago)
Author:
jano.simas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • programmersguide/installing

    v2 v3  
    1212**!NodeJs** can be installed with the commands: 
    1313{{{ 
    14   curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - 
     14  curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - 
    1515  sudo apt-get install -y nodejs 
    1616}}}