From b873160434990e3de7004ca067947962d20dd24a Mon Sep 17 00:00:00 2001 From: Emily Platzer Date: Fri, 6 Oct 2017 10:42:35 -0700 Subject: [PATCH] doc: added a clearer setup stop point for newer contributers updated console example to follow style of rest of the examples --- BUILDING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 8bf3d79cd586ae..a16b9182e08c56 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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: