From 18577cb2de55e56c0aa9713308092a22d583f71d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 22 Apr 2015 09:56:03 -0600 Subject: [PATCH] don't specify version, defaults to latest --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 6c56936..1539d9e 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,6 @@ Type `agree` and hit enter to accept the license. Now you can install io.js (the new node.js) ```bash -# Specify the version of iojs to install -echo "v1.6.3" > /tmp/IOJS_VER - -# And install away! curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh ``` @@ -70,10 +66,6 @@ curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh ## Ubuntu Linux ```bash -# Specify the version of iojs to install -echo "v1.6.3" > /tmp/IOJS_VER - -# And install away! wget -nv bit.ly/iojs-dev -O /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh ```