summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2018-12-04 15:37:47 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2018-12-04 15:37:47 +0000
commit76a5b9b1b8269c1c5ddcd11bdbfeb8eefa28c687 (patch)
treeb0793ece162ca690fd779ccb3a503e8c02f59b28
parenta7aa72b2869fe69c7aa593bed37c303807517c82 (diff)
downloadtestrepository-git-76a5b9b1b8269c1c5ddcd11bdbfeb8eefa28c687.tar.gz
Reformat README so query commands don't end up on the same line.HEADmaster
-rw-r--r--README.rst19
1 files changed, 12 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index a018563..bda13e0 100644
--- a/README.rst
+++ b/README.rst
@@ -33,21 +33,26 @@ Quick Start
~~~~~~~~~~~
Create a config file::
- $ touch .testr.conf
+
+ $ touch .testr.conf
Create a repository::
- $ testr init
+
+ $ testr init
Load a test run into the repository::
- $ testr load < testrun
+
+ $ testr load < testrun
Query the repository::
- $ testr stats
- $ testr last
- $ testr failing
+
+ $ testr stats
+ $ testr last
+ $ testr failing
Delete a repository::
- $ rm -rf .testrepository
+
+ $ rm -rf .testrepository
Documentation
~~~~~~~~~~~~~