]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
reflow to fill-column 77
authorZooko <zookog@gmail.com>
Thu, 25 Sep 2014 16:47:19 +0000 (16:47 +0000)
committerZooko <zookog@gmail.com>
Thu, 25 Sep 2014 16:47:19 +0000 (16:47 +0000)
and add comment informing your text editor that fill-column=77

docs/quickstart.rst

index 045913344af606b70d6e3929a89b3aeba01b4d33..ff3fdb998f3e4fe2bad1f81f0b49a5e4de2a31f1 100644 (file)
@@ -1,4 +1,4 @@
-.. -*- coding: utf-8-with-signature -*-
+.. -*- coding: utf-8-with-signature-unix; fill-column: 77 -*-
 
 ==================
 Getting Tahoe-LAFS
@@ -32,12 +32,12 @@ Install Python
 --------------
 
 Check if you already have an adequate version of Python installed by running
-``python -V``. Python v2.6 (v2.6.6 or greater recommended) or Python v2.7 will
-work. Python v3 does not work. On Windows, we recommend the use of native
-Python v2.7, not Cygwin Python. If you don't have one of these versions of
-Python installed, download and install `Python v2.7`_. Make sure that the path
-to the installation directory has no spaces in it (e.g. on Windows, do not
-install Python in the "Program Files" directory).
+``python -V``. Python v2.6 (v2.6.6 or greater recommended) or Python v2.7
+will work. Python v3 does not work. On Windows, we recommend the use of
+native Python v2.7, not Cygwin Python. If you don't have one of these
+versions of Python installed, download and install `Python v2.7`_. Make sure
+that the path to the installation directory has no spaces in it (e.g. on
+Windows, do not install Python in the "Program Files" directory).
 
 .. _Python v2.7: http://www.python.org/download/releases/2.7.4/
 
@@ -61,12 +61,12 @@ 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.
 
-Run "``bin/tahoe --version``" (on Windows, "``bin\tahoe --version``") to verify
-that the executable tool prints out the right version number after
+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.
+Optionally run "``python setup.py trial``" to verify that it passes all of
+its self-tests.
 
 Run Tahoe-LAFS
 --------------