mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
wrapping up loose ends for 0.5.0
This commit is contained in:
parent
5d541232ef
commit
e795f41bd2
3 changed files with 14 additions and 12 deletions
4
README
4
README
|
@ -22,14 +22,14 @@
|
|||
|
||||
CoffeeScript is a little language that compiles into JavaScript.
|
||||
|
||||
Install Node.js, and then install the CoffeeScript compiler:
|
||||
Install Node.js, and then the CoffeeScript compiler:
|
||||
sudo bin/cake install
|
||||
|
||||
Compile a script:
|
||||
coffee /path/to/script.coffee
|
||||
|
||||
For documentation, usage, and examples, see:
|
||||
http://jashkenas.github.com/coffee-script/
|
||||
http://coffeescript.org/
|
||||
|
||||
To suggest a feature, report a bug, or general discussion:
|
||||
http://github.com/jashkenas/coffee-script/issues/
|
||||
|
|
|
@ -145,12 +145,13 @@ alert reverse '!tpircseeffoC'</textarea>
|
|||
</p>
|
||||
|
||||
<p>
|
||||
To install, either clone the
|
||||
<a href="http://github.com/jashkenas/coffee-script">source repository</a>,
|
||||
or download the latest
|
||||
To install, first make sure you have a working version of
|
||||
<a href="http://nodejs.org/">Node.js</a>, 0.1.30 or higher. Then clone the CoffeeScript
|
||||
<a href="http://github.com/jashkenas/coffee-script">source repository</a>
|
||||
from GitHub, or download the latest
|
||||
release: <a href="http://github.com/jashkenas/coffee-script/tarball/0.5.0">0.5.0</a>.
|
||||
Then, in order to install the CoffeeScript compiler system-wide
|
||||
under <tt>/usr/local</tt>, run:
|
||||
To install the CoffeeScript compiler system-wide
|
||||
under <tt>/usr/local</tt>, open the directory and run:
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
|
|
11
index.html
11
index.html
|
@ -242,12 +242,13 @@ cubed_list = (function() {
|
|||
</p>
|
||||
|
||||
<p>
|
||||
To install, either clone the
|
||||
<a href="http://github.com/jashkenas/coffee-script">source repository</a>,
|
||||
or download the latest
|
||||
To install, first make sure you have a working version of
|
||||
<a href="http://nodejs.org/">Node.js</a>, 0.1.30 or higher. Then clone the CoffeeScript
|
||||
<a href="http://github.com/jashkenas/coffee-script">source repository</a>
|
||||
from GitHub, or download the latest
|
||||
release: <a href="http://github.com/jashkenas/coffee-script/tarball/0.5.0">0.5.0</a>.
|
||||
Then, in order to install the CoffeeScript compiler system-wide
|
||||
under <tt>/usr/local</tt>, run:
|
||||
To install the CoffeeScript compiler system-wide
|
||||
under <tt>/usr/local</tt>, open the directory and run:
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
|
|
Loading…
Reference in a new issue