mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
split out Usage section
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
</div>
|
||||
<div class="contents menu">
|
||||
<a href="#overview">Overview</a>
|
||||
<a href="#installation">Installation and Usage</a>
|
||||
<a href="#installation">Installation</a>
|
||||
<a href="#usage">Usage</a>
|
||||
<a href="#language">Language Reference</a>
|
||||
<a href="#literals">Literals: Functions, Objects and Arrays</a>
|
||||
<a href="#lexical_scope">Lexical Scoping and Variable Safety</a>
|
||||
@@ -145,7 +146,7 @@
|
||||
|
||||
<h2>
|
||||
<span id="installation" class="bookmark"></span>
|
||||
Installation and Usage
|
||||
Installation
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
@@ -194,6 +195,11 @@ sudo bin/cake install</pre>
|
||||
<a href="https://github.com/alisey/CoffeeScript-Compiler-for-Windows">CoffeeScript Compiler For Windows</a>.
|
||||
</p>
|
||||
|
||||
<h2>
|
||||
<span id="usage" class="bookmark"></span>
|
||||
Usage
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
Once installed, you should have access to the <tt>coffee</tt> command,
|
||||
which can execute scripts, compile <tt>.coffee</tt> files into <tt>.js</tt>,
|
||||
|
||||
Reference in New Issue
Block a user