From 23049c2a005e538e72142493e37af2c5cd1425c2 Mon Sep 17 00:00:00 2001 From: grafjo Date: Mon, 3 Feb 2014 14:22:30 +0100 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce4aac..aeae91f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ class { 'nodejs': version => 'v0.10.25', } ``` -This will compile and install Node.js version `v0.10.25` to your machine. `node` and `npm` will be available in your `$PATH` via `/usr/local/bin` so you can just start using `node`. +This will compile and install Node.js version `v0.10.25` to your machine. `node` and `npm` will be available in your `$PATH` via `/usr/local/node/node-current/bin` so you can just start using `node`. Shortcuts are provided to easily install the `latest` or `stable` release by setting the `version` parameter to `latest` or `stable`. It will automatically look for the last release available on http://nodejs.org.