Skip to content

Commit 3f26340

Browse files
craftninjaBridgeAR
authored andcommitted
doc: add clearer setup description
Updated console example to follow style of rest of the examples PR-URL: nodejs#15962 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent ab3c84f commit 3f26340

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
@@ -126,6 +126,9 @@ To run the tests:
126126
$ make test
127127
```
128128

129+
At this point you are ready to make code changes and re-run the tests!
130+
Optionally, continue below.
131+
129132
To run the tests and generate code coverage reports:
130133

131134
```console
@@ -142,7 +145,7 @@ and overwrites the `lib/` directory. To clean up after generating the coverage
142145
reports:
143146

144147
```console
145-
make coverage-clean
148+
$ make coverage-clean
146149
```
147150

148151
To build the documentation:

0 commit comments

Comments
 (0)