docs/quickstart.html: link to 1.8.0beta zip, and note 'bin\tahoe' on Windows.

This commit is contained in:
david-sarah 2010-08-03 16:32:54 -07:00
parent 3dfc5927fa
commit ebfde4f09f

View File

@ -27,6 +27,10 @@
<pre><a <pre><a
href="http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.7.1.zip">http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.7.1.zip</a></pre> href="http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.7.1.zip">http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.7.1.zip</a></pre>
<p>or the latest beta release, v1.8.0β:</p>
<pre><a
href="http://tahoe-lafs.org/source/tahoe-lafs/releases/tahoe-lafs-ticket798-1.8.0b.zip">http://tahoe-lafs.org/source/tahoe-lafs/releases/tahoe-lafs-ticket798-1.8.0b.zip</a></pre>
<h2>Set Up Tahoe-LAFS</h2> <h2>Set Up Tahoe-LAFS</h2>
<p>Unpack the zip file and cd into the top-level directory.</p> <p>Unpack the zip file and cd into the top-level directory.</p>
@ -37,7 +41,7 @@
<p>Optionally run <cite>python setup.py test</cite> to verify that it passes all of its self-tests.</p> <p>Optionally run <cite>python setup.py test</cite> to verify that it passes all of its self-tests.</p>
<p>Run <cite>bin/tahoe --version</cite> to verify that the executable tool prints out the right version number.</p> <p>Run <cite>bin/tahoe --version</cite> (on Windows, <cite>bin\tahoe --version</cite>) to verify that the executable tool prints out the right version number.</p>
<h2>Run Tahoe-LAFS</h2> <h2>Run Tahoe-LAFS</h2>