Skip to content

Instantly share code, notes, and snippets.

@n4nagappan
Created August 5, 2015 12:25
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 n4nagappan/c6e37cf928a033184007 to your computer and use it in GitHub Desktop.
Save n4nagappan/c6e37cf928a033184007 to your computer and use it in GitHub Desktop.
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