Skip to content

Commit

Permalink
doc: add clearer setup description
Browse files Browse the repository at this point in the history
Updated console example to follow style of rest of the examples

PR-URL: #15962
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
craftninja authored and MylesBorins committed Oct 11, 2017
1 parent b564fe2 commit 44719ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ To run the tests:
$ make test
```

At this point you are ready to make code changes and re-run the tests!
Optionally, continue below.

To run the tests and generate code coverage reports:

```console
Expand All @@ -144,7 +147,7 @@ and overwrites the `lib/` directory. To clean up after generating the coverage
reports:

```console
make coverage-clean
$ make coverage-clean
```

To build the documentation:
Expand Down

0 comments on commit 44719ed

Please sign in to comment.