From: Zooko O'Whielacronx Date: Mon, 13 Apr 2009 16:04:14 +0000 (-0700) Subject: docs: some small edits to install.html X-Git-Tag: allmydata-tahoe-1.4.0~7 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=6d31501275b951597f131da9828e8d16cce39db0;p=tahoe-lafs%2Ftahoe-lafs.git docs: some small edits to install.html --- diff --git a/docs/install.html b/docs/install.html index bf7f2ce0..cf088e37 100644 --- a/docs/install.html +++ b/docs/install.html @@ -10,8 +10,7 @@

About Tahoe

-

Welcome to the Tahoe project, a secure, decentralized, fault-tolerant filesystem.

-

See the about page for more information. +

Welcome to the Tahoe project, a secure, decentralized, fault-tolerant filesystem. About Tahoe.

How To Install Tahoe

@@ -36,9 +35,9 @@

Run python setup.py build to install the tahoe executable into a subdirectory of the current directory named bin.

-

Optionally run python setup.py test to verify that it passes tests.

+

(Optionally run python setup.py test to verify that it passes all of its self-tests.)

-

Run bin/tahoe --version to verify that the executable tool runs and prints out the right version number.

+

Run bin/tahoe --version to verify that the executable tool prints out the right version number.

Run