From: Zooko O'Whielacronx Date: Tue, 1 Jan 2008 08:52:50 +0000 (-0700) Subject: docs: a couple of improvements to install.html X-Git-Tag: allmydata-tahoe-0.7.0~55 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=e923bb9fb1a5883142e785bf73d299eb4cdc8274;p=tahoe-lafs%2Ftahoe-lafs.git docs: a couple of improvements to install.html --- diff --git a/docs/install.html b/docs/install.html index b962f710..85b322ff 100644 --- a/docs/install.html +++ b/docs/install.html @@ -34,7 +34,7 @@
  • Crypto++, including development headers
  • -
  • pywin32 -- required only for Windows -- not required for Cygwin
  • +
  • pywin32 -- required only for Windows (and not for Cygwin)
  • @@ -54,6 +54,8 @@

    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).

    +

    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.