Skip to content

Commit 44719ed

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 <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent b564fe2 commit 44719ed

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
@@ -128,6 +128,9 @@ To run the tests:
128128
$ make test
129129
```
130130

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

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

146149
```console
147-
make coverage-clean
150+
$ make coverage-clean
148151
```
149152

150153
To build the documentation:

0 commit comments

Comments
 (0)