aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2014-10-30 00:44:38 -0400
committerTim Harder <radhermit@gmail.com>2014-10-30 00:44:38 -0400
commit6d34ad2137b4fe607a3ef1112660ffe2ce91941d (patch)
tree187b1dc50167091151b328b259798cf188bce563 /README.rst
parentdocs: add missing badge aliases (diff)
downloadsnakeoil-6d34ad2137b4fe607a3ef1112660ffe2ce91941d.tar.gz
snakeoil-6d34ad2137b4fe607a3ef1112660ffe2ce91941d.tar.bz2
snakeoil-6d34ad2137b4fe607a3ef1112660ffe2ce91941d.zip
docs: make command line sections stand out
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 4bf273ce..11aea151 100644
--- a/README.rst
+++ b/README.rst
@@ -20,9 +20,9 @@ Tests
A standalone test runner is integrated in setup.py; to run, just execute
setup.py test
-Aside from that, our runner of choice is twisteds trial; ran via-
+Aside from that, our runner of choice is twisteds trial; ran via::
-trial snakeoil
+ trial snakeoil
if you're doing development, trial is significantly friendlier; the
standalone runner is designed to be used mainly for installations of
@@ -32,21 +32,21 @@ snakeoil, where all tests must pass, else installation is aborted.
Installing
==========
-pretty simple-
+pretty simple::
-tar jxf snakeoil-0.XX.tar.bz2
-cd snakeoil-0.XX
-python setup.py build
+ tar jxf snakeoil-0.XX.tar.bz2
+ cd snakeoil-0.XX
+ python setup.py build
-if after running tests,
+if after running tests::
-cd snakeoil-0.xx
-python setup.py test
+ cd snakeoil-0.xx
+ python setup.py test
-finally, installing-
+finally, installing::
-cd snakeoil-0.xx
-python setup.py install
+ cd snakeoil-0.xx
+ python setup.py install
.. _`issue tracker`: https://github.com/pkgcore/snakeoil/issues