summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
~~~~~~~~~~~~~