Skip to content

Instantly share code, notes, and snippets.

@sayanee
Last active August 29, 2015 14:17
Show Gist options
  • Save sayanee/7917664c3039b8e4f337 to your computer and use it in GitHub Desktop.
Save sayanee/7917664c3039b8e4f337 to your computer and use it in GitHub Desktop.
iojs on raspberry pi 2 with raspbian
  1. If using Raspbian Wheezy, then upgrade to Jessie with these instructions.
  • Install nvm with curl command
  • Install iojs with nvm: nvm install iojs
  • revert to Wheezy in Step 1
  • install Chromium with sudo apt-get install chromium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment