Last active
February 16, 2018 11:18
-
-
Save lloc/4d1dc74b82645254652c64b9e34d5c6d to your computer and use it in GitHub Desktop.
Ubuntu 16.04: install nvm
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
| sudo apt update | |
| sudo apt install build-essential libssl-dev | |
| wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment