diff --git a/docs/install.html b/docs/install.html index bf7f2ce07..cf088e378 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