Last active
February 23, 2023 02:18
-
-
Save nrubel/19066ee2f3782274fea4a140fba4e5dd to your computer and use it in GitHub Desktop.
Install nvm - Most simply
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
brew update | |
brew install nvm | |
mkdir ~/.nvm | |
echo "export NVM_DIR=~/.nvm\nsource \$(brew --prefix nvm)/nvm.sh" >> .zshrc | |
source ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment