Skip to content

Commit 16b6981

Browse files
nschonnicodebytere
authored andcommitted
doc: remove shell dollar signs without output
Related to nodejs/remark-preset-lint-node#94 PR-URL: #33692 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent b3d500f commit 16b6981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/building-node-with-ninja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ number of processes to run for [Ninja][] using the environment variable `JOBS`.
2929
This will be the equivalent to the `-j` parameter in the regular `make`:
3030

3131
```bash
32-
$ JOBS=12 make
32+
JOBS=12 make
3333
```
3434

3535
## Producing a debug build
3636

3737
To create a debug build rather than a release build:
3838

3939
```bash
40-
$ ./configure --ninja --debug && make
40+
./configure --ninja --debug && make
4141
```
4242

4343
[Ninja]: https://ninja-build.org/

0 commit comments

Comments
 (0)