Skip to content

Instantly share code, notes, and snippets.

@wahengchang
Created September 29, 2017 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wahengchang/16ae5816367788f4ea33fbc4c0403f84 to your computer and use it in GitHub Desktop.
Save wahengchang/16ae5816367788f4ea33fbc4c0403f84 to your computer and use it in GitHub Desktop.
Linux initial command
sudo yum upgrade
sudo yum install git
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash
source ~/.bash_profile
nvm install v6.9.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment