From 09322c50aea9c48a6092945d14962eaedd672f93 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 19 Jan 2015 17:09:36 -0700 Subject: [PATCH] added iojs-dev and iojs-min --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2ec66..2ca1d30 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,12 @@ Works for any recent version of Ubuntu or OS X. echo "v1.0.1" > /tmp/IOJS_VER # And install away! -curl -fsSL bit.ly/install-iojs -o /tmp/iojs-dev.bash; bash /tmp/iojs-dev.bash +curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.bash; bash /tmp/iojs-dev.bash +``` + +``` +# Or if you don't need any development tools +curl -fsSL bit.ly/iojs-min | bash ``` **NOTE**: If you have node installed, this script will rename it so that it isn't overwritten by the iojs installer.