From 5699789de2fd5b647e4b98341c83d1667d3e9bdb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 19 Dec 2017 12:37:59 -0500 Subject: Add a little clarification to the quick start --- doc/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index 92755f4b..b3987ac6 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -105,6 +105,12 @@ Getting started is easy: .. code-block:: console + # if you usually do: + # + # $ python my_program.py arg1 arg2 + # + # then instead do: + $ coverage run my_program.py arg1 arg2 blah blah ..your program's output.. blah blah -- cgit v1.2.1