]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - docs/quickstart.rst
docs/quickstart.rst: swap two paragraphs to make it more likely a user will report...
[tahoe-lafs/tahoe-lafs.git] / docs / quickstart.rst
index 95866d81c968c067050ffb618a82697964c4326a..c7a6fe25fac4b1dd85525eb2f733f521ad77739f 100644 (file)
@@ -43,9 +43,9 @@ not install Python in the "Program Files" directory).
 Get Tahoe-LAFS
 --------------
 
-Download the latest stable release, `Tahoe-LAFS v1.9.1`_.
+Download the latest stable release, `Tahoe-LAFS v1.9.2`_.
 
-.. _Tahoe-LAFS v1.9.1: https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.9.1.zip
+.. _Tahoe-LAFS v1.9.2: https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.9.2.zip
 
 Set Up Tahoe-LAFS
 -----------------
@@ -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
 --------------