Skip to content

Commit

Permalink
upd docs for 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Feb 9, 2012
1 parent 2b39c2f commit 0f3b4b3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@ <h1>
<aside class="span4 download">
<h1>Download</h1>
<p>
CasperJS latest released version is <strong>0.6.3</strong>,<br>
CasperJS latest released version is <strong>0.6.4</strong>,<br>
see the <a href="https://github.com/n1k0/casperjs/blob/master/CHANGELOG.md#files">CHANGELOG</a>.
</p>
<div class="dl-links">
<p>
<a href="https://github.com/n1k0/casperjs/zipball/0.6.3" class="btn btn-success">
<a href="https://github.com/n1k0/casperjs/zipball/0.6.4" class="btn btn-success">
Download as .zip archive
</a>
</p>
<p>
<a href="https://github.com/n1k0/casperjs/tarball/0.6.3" class="btn btn-success">
<a href="https://github.com/n1k0/casperjs/tarball/0.6.4" class="btn btn-success">
Download as .tar.gz archive
</a>
</p>
Expand Down Expand Up @@ -141,12 +141,12 @@ <h1>Installation</h1>
<p>Now just follow these instructions:</p>
<pre>$ git clone git://github.com/n1k0/casperjs.git
$ cd casperjs
$ git checkout tags/0.6.3
$ git checkout tags/0.6.4
$ ln -sf `pwd`/bin/casperjs /usr/local/bin/casperjs
</pre>
<p>So now you should get something like this:</p>
<pre>$ casperjs --version
0.6.3
0.6.4
</pre>
<p>You are now ready to write your first script!</p>
<p>
Expand All @@ -155,7 +155,7 @@ <h1>Installation</h1>
so you can also run it using the python command:
</p>
<pre>$ python /path/to/casperjs/bin/casperjs
CasperJS version 0.6.3 at /Users/niko/casperjs
CasperJS version 0.6.4 at /Users/niko/casperjs
Usage: casperjs script.(js|coffee) [options...]
Read the docs http://casperjs.org/
</pre>
Expand Down Expand Up @@ -1402,7 +1402,7 @@ <h1>
are, just run the <code>casperjs --help</code> command:
</p>
<pre>$ casperjs --help
CasperJS version 0.6.3 at /Users/niko/Sites/casperjs, using PhantomJS version 1.3.0
CasperJS version 0.6.4 at /Users/niko/Sites/casperjs, using PhantomJS version 1.3.0

Usage: casperjs [options] script.[js|coffee] [script argument [script argument ...]]
casperjs [options] test [test path [test path ...]]
Expand Down Expand Up @@ -2744,15 +2744,15 @@ <h1>Project Activity</h1>
<h1>Download</h1>
</div>
<p>
You can download this project in either <a href="https://github.com/n1k0/casperjs/zipball/0.6.3">zip</a>
or <a href="https://github.com/n1k0/casperjs/tarball/0.6.3">tar</a>
You can download this project in either <a href="https://github.com/n1k0/casperjs/zipball/0.6.4">zip</a>
or <a href="https://github.com/n1k0/casperjs/tarball/0.6.4">tar</a>
formats. You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
</p>
<pre>$ git clone git://github.com/n1k0/casperjs casperjs</pre>
<p>Always try to use a tagged version on production:</p>
<pre>$ cd casperjs
$ git checkout tags/0.6.3</pre>
$ git checkout tags/0.6.4</pre>
<p>
Feel free to play with the code and <a href="https://github.com/n1k0/casperjs/issues">report
any issue on github</a>. I'm also reachable <a href="https://twitter.com/n1k0">on
Expand Down

0 comments on commit 0f3b4b3

Please sign in to comment.