doc: add clearer setup description

Updated console example to follow style of rest of the examples

PR-URL: https://github.com/nodejs/node/pull/15962
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
Emily Platzer
2017-10-06 10:42:35 -07:00
committed by Ruben Bridgewater
parent ab3c84fc25
commit 3f263403e5

View File

@@ -126,6 +126,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
@@ -142,7 +145,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: