From 5c1daf966a28a512ec4386c9621fda21c390f20e Mon Sep 17 00:00:00 2001 From: jordanbtucker Date: Thu, 17 Jul 2014 15:04:40 -0700 Subject: [PATCH] `bin/cake` will be in `coffeescript` Since the name change, `bin/cake` will be in `coffeescript`, not `coffee-script`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f833d4e..90f6788c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Leave off the `-g` if you don't wish to install globally. If you don't wish to u ```shell git clone https://github.com/jashkenas/coffeescript.git -sudo coffee-script/bin/cake install +sudo coffeescript/bin/cake install ``` ## Getting Started