Skip to content

Commit

Permalink
Updated for npm 1.0: the -g option installs to the global npm bin dir…
Browse files Browse the repository at this point in the history
…ectory.


Without -g, the bin is in node-modules/.bin/coffee.
  • Loading branch information
benatkin committed Apr 30, 2011
1 parent 7efea4b commit 1903634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1903634

Please sign in to comment.