From 19036348a5fc4a936cc862ae4806ae8b9d82da36 Mon Sep 17 00:00:00 2001 From: Ben Atkin Date: Fri, 29 Apr 2011 19:57:18 -0700 Subject: [PATCH] Updated for npm 1.0: the -g option installs to the global npm bin directory. Without -g, the bin is in node-modules/.bin/coffee. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f0717fdb..4e1fbc89 100644 --- a/README +++ b/README @@ -26,7 +26,7 @@ sudo bin/cake install Or, if you have the Node Package Manager installed: - npm install coffee-script + npm install -g coffee-script Compile a script: coffee /path/to/script.coffee