]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: a couple of improvements to install.html
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 Jan 2008 08:52:50 +0000 (01:52 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 Jan 2008 08:52:50 +0000 (01:52 -0700)
docs/install.html

index b962f71009a259c55aa5cd9c17bd0d7e52d33f4a..85b322ff75719aa5843a8b4dadf5cd9546af49df 100644 (file)
@@ -34,7 +34,7 @@
 
        <li><a href="http://cryptopp.com">Crypto++</a>, including development headers</li>
 
-       <li><a href="http://sourceforge.net/projects/pywin32/">pywin32</a> -- required only for Windows -- not required for Cygwin</li>
+       <li><a href="http://sourceforge.net/projects/pywin32/">pywin32</a> -- required only for Windows (and not for Cygwin)</li>
       </ol>
 
 
@@ -54,6 +54,8 @@
 
     <p>Run <cite>make test</cite> to verify that it built correctly and passes all tests.</p>
 
+    <p>Run <cite>bin/tahoe --version</cite> to verify that the executable tool runs and prints out the right version number (the "allmydata" version number is the version number of the Tahoe package).</p>
+
     <h2>RUN</h2>
 
     <p>Now you have the Tahoe source code installed and are ready to use it to form a decentralized filesystem. See <a href="running.html">running.html</a> for instructions.</p>