From c8f712a33438e1e548305171f1a93caa374cfbf5 Mon Sep 17 00:00:00 2001 From: yelo Date: Fri, 23 Jan 2015 11:18:51 +0800 Subject: [PATCH] add iojs mirror to README --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index 42bd831..d1c9143 100644 --- a/README.markdown +++ b/README.markdown @@ -104,6 +104,13 @@ To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/dist nvm install 0.10 +To use a mirror of the iojs binaries, set `$NVM_IOJS_ORG_MIRROR`: + + export NVM_IOJS_ORG_MIRROR=https://iojs.org/dist + nvm install iojs-v1.0.3 + + NVM_IOJS_ORG_MIRROR=https://iojs.org/dist nvm install iojs-v1.0.3 + `nvm use` will not, by default, create a "current" symlink. Set `$NVM_SYMLINK_CURRENT` to "true" to enable this behavior, which is sometimes useful for IDEs. ## License