From 0471d0ffd60c434770521606c98418708ad05a6f Mon Sep 17 00:00:00 2001 From: Mikeal Rogers Date: Tue, 20 Jan 2015 10:21:18 -0500 Subject: [PATCH] Adding iojs to README. Not entirely sure this is the best place for this but it was the best I could find. --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 22e98ac..42bd831 100644 --- a/README.markdown +++ b/README.markdown @@ -71,6 +71,10 @@ In place of a version pointer like "0.10", you can use the special default alias nvm install unstable nvm use stable nvm run unstable --version + +If you want to install `io.js`: + + nvm install iojs If you want to use the system-installed version of node, you can use the special default alias "system":