]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: edits to [source:docs/install.html] and [source:docs/running.html]
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 11 Jun 2008 02:22:00 +0000 (19:22 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 11 Jun 2008 02:22:00 +0000 (19:22 -0700)
docs/install.html
docs/running.html

index 4d6f1efb5983c9f35d49f9317436a2dce243adc0..e8de1b83d5994b46e6102013e2acf809a2dc501d 100644 (file)
@@ -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>
index 5d134147753fbae8aacd9dec2df5a6c31521dbd4..3234da9a59b60d6011cf3ac5a01146e6a9dd8501 100644 (file)
     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>