Skip to content

Instantly share code, notes, and snippets.

@qawemlilo
Forked from ghalusa/gist:5485982
Created May 8, 2013 08:21
Show Gist options
  • Save qawemlilo/5539026 to your computer and use it in GitHub Desktop.
Save qawemlilo/5539026 to your computer and use it in GitHub Desktop.
wget http://nodejs.org/dist/v0.10.5/node-v0.10.5-linux-arm-pi.tar.gz
cd /usr/local
sudo tar xzvf ~/node-v0.10.5-linux-arm-pi.tar.gz --strip=1
vi ~/.bash_aliases
export PATH=$PATH:/usr/local/bin/node
bash
node -v
(v0.10.5)
npm -v
(1.2.18)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment