Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5472173

Browse filesBrowse files
craftninjaMylesBorins
authored andcommitted
doc: add clearer setup description
Updated console example to follow style of rest of the examples PR-URL: #15962 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent a93d3eb commit 5472173
Copy full SHA for 5472173

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+4-1Lines changed: 4 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.