Skip to content

Commit 97db3cf

Browse files
committed
setup: link the node wiki for installing node on linux
1 parent 2b59958 commit 97db3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sudo npm -g install serialport
5858
Linux is generally pretty straight forward. Install the following (assuming Ubuntu / Debian style machines):
5959

6060
* Arduino [Available here to install manually](http://playground.arduino.cc/Learning/Linux) or a simple 'apt-get install arduino' should do it for a relatively recent version.
61-
* NodeJS: [Source install instructions here](http://howtonode.org/how-to-install-nodejs). Don't install via your package manager as you really need an up-to-date version of node to work with hardware.
61+
* NodeJS: [Follow the appropriate directions here](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)
6262

6363
Finally - attempt to install node-serialport as this will test everything is working:
6464

0 commit comments

Comments
 (0)