Created
August 5, 2015 12:25
-
-
Save n4nagappan/c6e37cf928a033184007 to your computer and use it in GitHub Desktop.
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
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash && \ | |
source ~/.nvm/nvm.sh && \ | |
nvm install stable && \ | |
nvm alias default stable && \ | |
nvm use default && \ | |
npm install -g bunyan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment