You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: setup.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ sudo npm -g install serialport
58
58
Linux is generally pretty straight forward. Install the following (assuming Ubuntu / Debian style machines):
59
59
60
60
* 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)
62
62
63
63
Finally - attempt to install node-serialport as this will test everything is working:
0 commit comments