From: david-sarah Date: Mon, 18 Jul 2011 00:59:49 +0000 (-0700) Subject: docs/running.rst: use 'tahoe run ~/.tahoe' instead of 'tahoe run' (the default is... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=55cec9770b8979e210e7482f012a12a570df80e2;p=tahoe-lafs%2Ftahoe-lafs.git docs/running.rst: use 'tahoe run ~/.tahoe' instead of 'tahoe run' (the default is the current directory, unlike 'tahoe start'). --- diff --git a/docs/running.rst b/docs/running.rst index b452b5e9..1c4e2afb 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -34,9 +34,11 @@ create ``~/.tahoe`` to be the node's base directory. Acquire the or use the one from the `TestGrid page `_), and paste it after ``introducer.furl =`` in the ``[client]`` section of -``~/.tahoe/tahoe.cfg``. Then use "``tahoe run``". 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. +``~/.tahoe/tahoe.cfg``. Then use "``tahoe run ~/.tahoe``". 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, "``tahoe create-client``" creates a client-only node, that does not offer its disk space to other nodes. To configure other behavior, use "``tahoe create-node``" or see `configuration.rst `_.