From 06ce373e264e1007aa2a87d784f9f1e148d1dd11 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 10 Jun 2008 19:04:58 -0700 Subject: [PATCH] docs: update install.html to reflect Justin's user test --- docs/install.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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.

-- 2.45.2