Skip to content

Instantly share code, notes, and snippets.

@undoZen
Created January 18, 2015 02: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 undoZen/83f53cb58fb2f5b09bff to your computer and use it in GitHub Desktop.
Save undoZen/83f53cb58fb2f5b09bff to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
curl https://raw.githubusercontent.com/creationix/nvm/v0.22.2/install.sh | bash
cd .nvm
git remote add ljharb https://github.com/ljharb/nvm.git
git fetch ljharb
git checkout ljharb/iojs
@undoZen
Copy link
Author

undoZen commented Jan 18, 2015

currently nvm has no io.js support, you can use this script to install nvm with io.js support from @ljharb's fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment