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 <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
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

+2-2
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)