From 2d13295e6358389c32fa0f4d3e099370a7f774d5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 24 Jan 2015 16:29:03 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 613003b..9f8d776 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ If you kinda know what you're doing already: **io.js + dev tools** ```bash -echo "v1.0.3" > /tmp/IOJS_VER +echo "v1.0.4" > /tmp/IOJS_VER curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh ``` **io.js only** (no git, gcc, etc) ```bash -echo "v1.0.3" > /tmp/IOJS_VER +echo "v1.0.4" > /tmp/IOJS_VER curl -fsSL bit.ly/iojs-min | bash # Ubuntu without curl @@ -54,7 +54,7 @@ Now you can install io.js (the new node.js) ```bash # Specify the version of iojs to install -echo "v1.0.3" > /tmp/IOJS_VER +echo "v1.0.4" > /tmp/IOJS_VER # And install away! curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh