Add quotes around command lines in quickstart.rst.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2013-10-05 18:55:01 +01:00
parent 2ce6e401f8
commit 3529d31192

View File

@ -52,7 +52,7 @@ Set Up Tahoe-LAFS
Unpack the zip file and cd into the top-level directory. Unpack the zip file and cd into the top-level directory.
Run ``python setup.py build`` to generate the ``tahoe`` executable in a Run "``python setup.py build``" to generate the ``tahoe`` executable in a
subdirectory of the current directory named ``bin``. This will download and subdirectory of the current directory named ``bin``. This will download and
build anything you need from various websites. build anything you need from various websites.
@ -60,11 +60,11 @@ 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 (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. first time you set up Tahoe-LAFS on a particular installation of Windows.
Run ``bin/tahoe --version`` (on Windows, ``bin\tahoe --version``) to verify Run "``bin/tahoe --version``" (on Windows, "``bin\tahoe --version``") to verify
that the executable tool prints out the right version number after that the executable tool prints out the right version number after
"``allmydata-tahoe:``". "``allmydata-tahoe:``".
Optionally run ``python setup.py trial`` to verify that it passes all of its Optionally run "``python setup.py trial``" to verify that it passes all of its
self-tests. self-tests.
Run Tahoe-LAFS Run Tahoe-LAFS