From 2648050562156f203d81b2c1fcbb71c7ded3bebe Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 28 Mar 2016 17:06:16 -0400 Subject: [PATCH] cleanup --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1e7f31e..90a9659 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ curl -L bit.ly/nodejs-dev-install -o ./node-dev; bash ./node-dev ```bash echo "Current node.js version is $(curl -fsSL https://nodejs.org/dist/index.tab | head -2 | tail -1 | cut -f 1)" +``` + +```bash # To install a specific version rather than defaulting to latest # latest version at time of writing are v4.4.1 and v5.9.1 echo "v5.9.1" > /tmp/NODE_VER