Skip to content

Commit 5472173

Browse files
craftninjaMylesBorins
authored andcommitted
doc: add clearer setup description
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>
1 parent a93d3eb commit 5472173

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

BUILDING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ To run the tests:
129129
$ make test
130130
```
131131

132+
At this point you are ready to make code changes and re-run the tests!
133+
Optionally, continue below.
134+
132135
To run the tests and generate code coverage reports:
133136

134137
```console
@@ -145,7 +148,7 @@ and overwrites the `lib/` directory. To clean up after generating the coverage
145148
reports:
146149

147150
```console
148-
make coverage-clean
151+
$ make coverage-clean
149152
```
150153

151154
To build the documentation:

0 commit comments

Comments
 (0)