Skip to content

Commit

Permalink
Merge pull request jashkenas#1697 from showell/doc-usage
Browse files Browse the repository at this point in the history
split out Usage section
  • Loading branch information
michaelficarra committed Dec 7, 2011
2 parents 69d49e1 + b8d60a9 commit 8855eed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions documentation/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -147,7 +148,7 @@

<h2>
<span id="installation" class="bookmark"></span>
Installation and Usage
Installation
</h2>

<p>
Expand Down Expand Up @@ -196,6 +197,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>,
Expand Down

0 comments on commit 8855eed

Please sign in to comment.