From 991bda19c9cbd617fe15cfae326e5bf33096277b Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 10 Jun 2008 19:22:00 -0700
Subject: [PATCH] docs: edits to [source:docs/install.html] and
 [source:docs/running.html]

---
 docs/install.html | 2 +-
 docs/running.html | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/install.html b/docs/install.html
index 4d6f1efb..e8de1b83 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -49,7 +49,7 @@
 
     <h2>Run</h2>
 
-    <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>
+    <p>Now you have the Tahoe source code installed and are ready to use it to form a decentralized filesystem.  The <cite>tahoe</cite> executable in the <cite>bin</cite> directory 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>
diff --git a/docs/running.html b/docs/running.html
index 5d134147..3234da9a 100644
--- a/docs/running.html
+++ b/docs/running.html
@@ -29,24 +29,24 @@
     create a node.</p>
 
     <p>To construct an introducer, create a new base directory for it (the name
-    of the directory is up to you), cd into it, and run "<cite><bold>path-to-the-tahoe-bin-directory</bold>/tahoe
+    of the directory is up to you), cd into it, and run "<cite><strong>path-to-the-tahoe-bin-directory</strong>/tahoe
     create-introducer .</cite>". Now start the introducer by running "<cite>tahoe
     start .</cite>". After it starts, there will be a file named
     <cite>introducer.furl</cite> in that base directory. This file contains
     the URL the nodes must use in order to connect to this
     introducer.</p>
 
-    <p>To construct a node run "<cite><bold>path-to-the-tahoe-bin-directory</bold>/tahoe create-client</cite>", which will
+    <p>To construct a node run "<cite><strong>path-to-the-tahoe-bin-directory</strong>/tahoe create-client</cite>", which will
     create <cite>~/.tahoe</cite> to be the node's base directory. Acquire a copy
     of the <cite>introducer.furl</cite> from the introducer and put it into this
-    directory, then run "<cite>tahoe start</cite>". After that, the node should
+    directory, then run "<cite><strong>path-to-the-tahoe-bin-directory</strong>/tahoe start</cite>". After that, the node should
     be off and running. The first thing it will do is connect to the introducer
     and get itself connected to all other nodes on the grid.  By default, a node
     will serve as a Storage Server, meaning that it offers its disk space to
     other nodes.  To configure other behavior,
     see <a href="configuration.txt">configuration.txt</a>.</p>
 
-    <p>To stop a running node run "<cite>tahoe stop</cite>".</p>
+    <p>To stop a running node run "<cite><strong>path-to-the-tahoe-bin-directory</strong>/tahoe stop</cite>".</p>
 
     <h2>Do Stuff With It</h2>
 
-- 
2.45.2