]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: edit the text of install.html
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 8 Sep 2008 21:55:49 +0000 (14:55 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 8 Sep 2008 21:55:49 +0000 (14:55 -0700)
docs/install.html

index 86f2332fb53c05629517b7edbf6f098a4c381b7f..f4def6cb6e8c6f40609412b5516a183618264741 100644 (file)
@@ -16,9 +16,9 @@
     <h1>
     <h1>How To Install Tahoe</h1>
 
-    <p>This is the default procedure to install from source.  It has been verified to work on Windows, Cygwin, Mac, Linux, and Solaris.  It's likely to work on other platforms.  If you have trouble with this install process, please write to <a href="http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev">the tahoe-dev mailing list</a>, where friendly hackers will help you out.</p>
+    <p>This procedure has been verified to work on Windows, Cygwin, Mac, Linux, Solaris, and FreeBSD.  It's likely to work on other platforms.  If you have trouble with this install process, please write to <a href="http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev">the tahoe-dev mailing list</a>, where friendly hackers will help you out.</p>
 
-      <h2>Satisfy the Dependencies</h2>
+    <h2>Satisfy the Dependencies</h2>
 
     <p>Prior to installing Tahoe ensure that the following are installed:
 
       </ol>
 
 
-      <h2>Get the Source Code</h2>
+    <h2>Get the Source Code</h2>
 
     <p>Download a recent tarball file from:
       <pre><a href="http://allmydata.org/source/tahoe/tarballs">http://allmydata.org/source/tahoe/tarballs</a></pre></p>
 
 
-      <h2>Build</h2>
+    <h2>Build Tahoe</h2>
 
     <p>Unpack the tarball and cd into the top-level directory.</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</cite> to build and to 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>