doc: add clearer setup description · nodejs/node@5472173

Original file line numberDiff line numberDiff line change

@@ -129,6 +129,9 @@ To run the tests:

129129

$ make test

130130

```

131131
132+

At this point you are ready to make code changes and re-run the tests!

133+

Optionally, continue below.

134+
132135

To run the tests and generate code coverage reports:

133136
134137

```console

@@ -145,7 +148,7 @@ and overwrites the `lib/` directory. To clean up after generating the coverage

145148

reports:

146149
147150

```console

148-

make coverage-clean

151+

$ make coverage-clean

149152

```

150153
151154

To build the documentation: