]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: update install.html to reflect Justin's user test
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 11 Jun 2008 02:04:58 +0000 (19:04 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 11 Jun 2008 02:04:58 +0000 (19:04 -0700)
docs/install.html

index bae0dfd7b90eb11223a5c9909db493e7ef5e5bbc..4d6f1efb5983c9f35d49f9317436a2dce243adc0 100644 (file)
 
     <p>Unpack the tarball and cd into the top-level directory.</p>
 
-    <p>Run <cite>make check-deps</cite> which verifies that all of the dependencies listed above are installed.</p>
-
     <p>Run <cite>make</cite> to build Tahoe and some included libraries and install the <cite>tahoe</cite> executable into a subdirectory of the current directory named <cite>bin</cite>.</p>
 
     <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).  This executable can configure and launch your node.</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>
+    <p>Now you have the Tahoe source code installed and are ready to use it to form a decentralized filesystem.  The <cite>bin/tahoe</cite> executable can configure and launch your Tahoe node.  See <a href="running.html">running.html</a> for instructions on how to do that.</p>
 
   </body>
 </html>