Skip to content

Instantly share code, notes, and snippets.

@rummelonp
Created May 19, 2015 12:29
Show Gist options
  • Save rummelonp/594d51527a8ae8610c5f to your computer and use it in GitHub Desktop.
Save rummelonp/594d51527a8ae8610c5f to your computer and use it in GitHub Desktop.
Linux に雑に node インストール
cd /usr/local/src
curl -O http://nodejs.org/dist/v0.12.3/node-v0.12.3-linux-x64.tar.gz > /dev/null
tar zxvf node-v0.12.3-linux-x64.tar.gz
mv node-v0.12.3-linux-x64 node
ln -s /usr/local/src/node/bin/* /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment