From 6d31501275b951597f131da9828e8d16cce39db0 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 13 Apr 2009 09:04:14 -0700 Subject: [PATCH] docs: some small edits to install.html --- docs/install.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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

-- 2.45.2