]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs/quickstart.rst: swap two paragraphs to make it more likely a user will report...
authordavid-sarah <david-sarah@jacaranda.org>
Fri, 14 Sep 2012 02:10:12 +0000 (02:10 +0000)
committerdavid-sarah <david-sarah@jacaranda.org>
Fri, 14 Sep 2012 02:10:12 +0000 (02:10 +0000)
docs/quickstart.rst

index a072c001145a5350f7296ded08c28dc7c3d9e067..c7a6fe25fac4b1dd85525eb2f733f521ad77739f 100644 (file)
@@ -60,13 +60,13 @@ On Windows, the ``build`` step might tell you to open a new Command Prompt
 (or, on XP and earlier, to log out and back in again). This is needed the
 first time you set up Tahoe-LAFS on a particular installation of Windows.
 
-Optionally run ``python setup.py test`` to verify that it passes all of its
-self-tests.
-
 Run ``bin/tahoe --version`` (on Windows, ``bin\tahoe --version``) to verify
 that the executable tool prints out the right version number after
 "``allmydata-tahoe:``".
 
+Optionally run ``python setup.py trial`` to verify that it passes all of its
+self-tests.
+
 Run Tahoe-LAFS
 --------------