From: Zooko O'Whielacronx Date: Wed, 11 Jun 2008 02:04:58 +0000 (-0700) Subject: docs: update install.html to reflect Justin's user test X-Git-Tag: allmydata-tahoe-1.1.0~18 X-Git-Url: https://git.rkrishnan.org/listings/copyable-send.py?a=commitdiff_plain;h=06ce373e264e1007aa2a87d784f9f1e148d1dd11;p=tahoe-lafs%2Ftahoe-lafs.git docs: update install.html to reflect Justin's user test --- 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 @@

Unpack the tarball and cd into the top-level directory.

-

Run make check-deps which verifies that all of the dependencies listed above are installed.

-

Run make to build Tahoe and some included libraries and install the tahoe executable into a subdirectory of the current directory named bin.

Run make test to verify that it built correctly and passes all tests.

-

Run bin/tahoe --version 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.

+

Run bin/tahoe --version 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).

Run

-

Now you have the Tahoe source code installed and are ready to use it to form a decentralized filesystem. See running.html for instructions.

+

Now you have the Tahoe source code installed and are ready to use it to form a decentralized filesystem. The bin/tahoe executable can configure and launch your Tahoe node. See running.html for instructions on how to do that.