Skip to content

Instantly share code, notes, and snippets.

@cgkio
Created September 16, 2013 17:05
Show Gist options
  • Save cgkio/6583486 to your computer and use it in GitHub Desktop.
Save cgkio/6583486 to your computer and use it in GitHub Desktop.
Install node.js on Raspberry Pi
$ wget http://node-arm.herokuapp.com/node_latest_armhf.deb
$ sudo dpkg -i node_latest_armhf.deb
$ node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment