Skip to content

Commit

Permalink
Update build doc with info about the 1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed May 12, 2012
1 parent c622e0d commit 0b22935
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions documentation/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ <h2 id="getsource">Get the source code</h2>

<ol>
<li>Check out the source using Git:
<pre><kbd>git clone git://github.com/lojjic/PIE.git</kbd></pre>
<pre><kbd>git clone git://github.com/lojjic/PIE.git
cd PIE</kbd></pre>
If you want the 2.x unstable branch then you're done; if you want the 1.x stable branch then run:
<pre><kbd>git checkout 1.x</kbd></pre>
or:
</li>
<li>Download an archive of the source:
<a href="http://github.com/lojjic/PIE/archives/master">http://github.com/lojjic/PIE/archives/master</a>
<li>Download an archive of the source:<br>
<a href="http://github.com/lojjic/PIE/archives/master">http://github.com/lojjic/PIE/archives/master</a> (2.x unstable branch)<br>
<a href="http://github.com/lojjic/PIE/archives/1.x">http://github.com/lojjic/PIE/archives/1.x</a> (1.x stable branch)
</li>
</ol>

Expand Down

0 comments on commit 0b22935

Please sign in to comment.