updating the readme with a warning about the self-compiler

This commit is contained in:
Jeremy Ashkenas 2010-02-14 23:40:18 -05:00
parent ff8e0c9751
commit 3092d74a08
1 changed files with 5 additions and 2 deletions

7
README
View File

@ -37,5 +37,8 @@
The source repository:
git://github.com/jashkenas/coffee-script.git
To build CoffeeScript from source, install the "racc" gem and
run "rake build:parser". Then bin/coffee will work.
Warning: A new version of the compiler, written entirely in CoffeeScript,
is in the works. Check out /src for the details. To try it out, use
bin/node_coffee. To have CoffeeScript recompile itself, run:
bin/node_coffee -o lib/coffee_script src/*.coffee