From 76a5b9b1b8269c1c5ddcd11bdbfeb8eefa28c687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 4 Dec 2018 15:37:47 +0000 Subject: Reformat README so query commands don't end up on the same line. --- README.rst | 19 ++++++++++++------- 1 file 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 ~~~~~~~~~~~~~ -- cgit v1.2.1