diff options
author | Tim Harder <radhermit@gmail.com> | 2014-10-30 00:44:38 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2014-10-30 00:44:38 -0400 |
commit | 6d34ad2137b4fe607a3ef1112660ffe2ce91941d (patch) | |
tree | 187b1dc50167091151b328b259798cf188bce563 /README.rst | |
parent | docs: add missing badge aliases (diff) | |
download | snakeoil-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.rst | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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 |