From 6c654be4d5bf81202f7d628ea4d0e29b6732114a Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Fri, 14 Sep 2012 02:10:12 +0000
Subject: [PATCH] docs/quickstart.rst: swap two paragraphs to make it more
 likely a user will report import and versioning errors from 'bin/tahoe
 --version' if there are any, before trying to run tests. Also, change 'python
 setup.py test' to 'python setup.py trial' to avoid a rebuild that might
 change the dependencies (if setuptools decides to throw a spanner in the
 works).

---
 docs/quickstart.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index a072c001..c7a6fe25 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -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
 --------------
 
-- 
2.45.2