Skip to content

Commit

Permalink
doc: remove shell dollar signs without output
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jun 2, 2020
1 parent b1704e4 commit f28a572
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 f28a572

Please sign in to comment.