Skip to content

Commit

Permalink
doc: remove shell dollar signs without output
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nschonni authored and codebytere committed Jun 30, 2020
1 parent d4525bf commit 4a8d714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guides/building-node-with-ninja.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ number of processes to run for [Ninja][] using the environment variable `JOBS`.
This will be the equivalent to the `-j` parameter in the regular `make`:

```bash
$ JOBS=12 make
JOBS=12 make
```

## Producing a debug build

To create a debug build rather than a release build:

```bash
$ ./configure --ninja --debug && make
./configure --ninja --debug && make
```

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

0 comments on commit 4a8d714

Please sign in to comment.