From 547217346c6121bde68432c1079b340c10c831fb Mon Sep 17 00:00:00 2001 From: Emily Platzer Date: Fri, 6 Oct 2017 10:42:35 -0700 Subject: [PATCH] doc: add clearer setup description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated console example to follow style of rest of the examples PR-URL: https://github.com/nodejs/node/pull/15962 Reviewed-By: Ruben Bridgewater Reviewed-By: Anna Henningsen Reviewed-By: Michaƫl Zasso --- BUILDING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index e6579f3e4ef2c1..a2f1a4393ea23a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -129,6 +129,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 @@ -145,7 +148,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: