`bin/cake` will be in `coffeescript`

Since the name change, `bin/cake` will be in `coffeescript`, not `coffee-script`.
This commit is contained in:
jordanbtucker 2014-07-17 15:04:40 -07:00
parent df8529fbfb
commit 5c1daf966a
1 changed files with 1 additions and 1 deletions

View File

@ -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