]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: some small edits to install.html
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 13 Apr 2009 16:04:14 +0000 (09:04 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 13 Apr 2009 16:04:14 +0000 (09:04 -0700)
docs/install.html

index bf7f2ce0784b5373510a5915f7f749c6d7d944d0..cf088e37876f8f93371181f5a3eb5ec739af5592 100644 (file)
@@ -10,8 +10,7 @@
 
   <body>
     <h1>About Tahoe</h1>
-    <p>Welcome to <a href="http://allmydata.org">the Tahoe project</a>, a secure, decentralized, fault-tolerant filesystem.</p>
-    <p>See <a href="about.html">the about page</a> for more information.
+    <p>Welcome to <a href="http://allmydata.org">the Tahoe project</a>, a secure, decentralized, fault-tolerant filesystem. <a href="about.html">About Tahoe.</a>
 
     <h1>
     <h1>How To Install Tahoe</h1>
@@ -36,9 +35,9 @@
 
     <p>Run <cite>python setup.py build</cite> to install the <cite>tahoe</cite> executable into a subdirectory of the current directory named <cite>bin</cite>.</p>
 
-    <p>Optionally run <cite>python setup.py test</cite> to verify that it passes 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 runs and prints out the right version number.</p>
+    <p>Run <cite>bin/tahoe --version</cite> to verify that the executable tool prints out the right version number.</p>
 
     <h2>Run</h2>