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: nodejs/node#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 addaleax committed Oct 11, 2017
1 parent 4d20471 commit 4edd719
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 @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 4edd719

Please sign in to comment.