Skip to content

Commit

Permalink
update readme to use bin/hubot correctly
Browse files Browse the repository at this point in the history
otherwise users have to resort to installing coffee-script globally
for example #102
  • Loading branch information
cldwalker committed Oct 29, 2011
1 parent 1966e39 commit 3bf1e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Install all of the required dependencies by running `npm install`.

It's easy to test scripts locally with an interactive shell:

% bin/hubot
% PATH="node_modules/.bin:$PATH" bin/hubot

...and to run tests:

Expand Down

0 comments on commit 3bf1e04

Please sign in to comment.