From e96b8e81e59b859a4a96bec18bff1b8f2368af96 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 8 Sep 2008 14:55:49 -0700
Subject: [PATCH] setup: edit the text of install.html

---
 docs/install.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/install.html b/docs/install.html
index 86f2332f..f4def6cb 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -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:
 
@@ -31,17 +31,17 @@
       </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>
 
-- 
2.45.2