Skip to content

Commit

Permalink
Merge pull request #35 from kerphi/patch-3
Browse files Browse the repository at this point in the history
to follow HTTP redirection cause install.sh location changed
  • Loading branch information
unixfox committed Mar 29, 2015
2 parents 4e44a8a + aebaeff commit d1bc914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installing/os/debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To install Node.js + NPM, run this :
.. code:: bash
$ apt-get install nodejs-legacy
$ curl --insecure https://www.npmjs.org/install.sh | bash
$ curl -L --insecure https://www.npmjs.org/install.sh | bash
The following install a Node.js version who is greater than 0.8 (at 29 March 2014 : 0.10.21)
Expand Down

0 comments on commit d1bc914

Please sign in to comment.