From 06ce373e264e1007aa2a87d784f9f1e148d1dd11 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 10 Jun 2008 19:04:58 -0700
Subject: [PATCH] docs: update install.html to reflect Justin's user test

---
 docs/install.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/install.html b/docs/install.html
index bae0dfd7..4d6f1efb 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -41,17 +41,15 @@
 
     <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>
-- 
2.45.2