From 139be1b26d933383fbe6d8250dc63f517fdfd6cd Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 22 Aug 2015 00:56:35 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 487e0cc..1937eb8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh ```bash # To install a specific version rather than defaulting to latest -echo "v1.8.2" > /tmp/IOJS_VER +# latest version at time of writing are v1.8.4, v2.5.0, and v3.1.0 +echo "v2.5.0" > /tmp/IOJS_VER # io.js without development dependencies curl -fsSL bit.ly/iojs-min | bash