Created
May 19, 2015 12:29
-
-
Save rummelonp/594d51527a8ae8610c5f to your computer and use it in GitHub Desktop.
Linux に雑に node インストール
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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