From: Daira Hopwood Date: Sat, 5 Oct 2013 17:55:01 +0000 (+0100) Subject: Add quotes around command lines in quickstart.rst. X-Git-Tag: allmydata-tahoe-1.10.1a1~213 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=3529d31192595c16cbaf3157e8d2077fb8671a5c;p=tahoe-lafs%2Ftahoe-lafs.git Add quotes around command lines in quickstart.rst. Signed-off-by: Daira Hopwood --- diff --git a/docs/quickstart.rst b/docs/quickstart.rst index bfc7129a..fda22c2c 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -52,7 +52,7 @@ Set Up Tahoe-LAFS 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 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 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 "``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. Run Tahoe-LAFS