diff options
-rw-r--r-- | doc/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 |