From 1e5263858342fd78fba7b1ff1381ca633d9d69bc Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 20 Jan 2015 23:15:30 -0700 Subject: [PATCH] update to 1.0.3 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be9cf17..9f5e993 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A script to install basic development tools for io.js - the new node.js - git, i If you kinda know what you're doing already: ```bash -echo "v1.0.1" > /tmp/IOJS_VER +echo "v1.0.3" > /tmp/IOJS_VER curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh ``` @@ -24,7 +24,7 @@ Or, if you don't need any developer tools and you *just* want io.js ```bash # Or if you don't need any development tools -echo "v1.0.1" > /tmp/IOJS_VER +echo "v1.0.3" > /tmp/IOJS_VER curl -fsSL bit.ly/iojs-min | bash ``` @@ -50,7 +50,7 @@ Now you can install io.js (the new node.js) ```bash # Specify the version of iojs to install -echo "v1.0.1" > /tmp/IOJS_VER +echo "v1.0.3" > /tmp/IOJS_VER # And install away! curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh @@ -62,7 +62,7 @@ curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh ```bash # Specify the version of iojs to install -echo "v1.0.1" > /tmp/IOJS_VER +echo "v1.0.3" > /tmp/IOJS_VER # And install away! wget -nv bit.ly/iojs-dev -O /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh