doc: clarify that the "-j N" goes after the "--build build" part

Also, capitalized the comments in build-unix.md for uniformity
with the docs on other targets.

Github-Pull: #32846
Rebased-From: 0e9f409db3
This commit is contained in:
Salvatore Ingala
2025-07-01 09:20:36 +02:00
committed by fanquake
parent e5a7575a6d
commit 83ee49b1dc
7 changed files with 16 additions and 16 deletions

View File

@@ -9,8 +9,8 @@ To Build
```bash
cmake -B build
cmake --build build # use "-j N" for N parallel jobs
cmake --install build # optional
cmake --build build # Append "-j N" for N parallel jobs
cmake --install build # Optional
```
See below for instructions on how to [install the dependencies on popular Linux