1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Merge pull request #3545 from jordanbtucker/patch-1

`bin/cake` will be in `coffeescript`
This commit is contained in:
Michael Ficarra 2014-07-17 16:23:47 -07:00
commit f96ab11feb

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