mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 02:46:01 +02:00
cargo: Reword cargo build -j example
This commit is contained in:
parent
988a6ba362
commit
1eba2d9513
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@
|
||||||
|
|
||||||
`cargo build`
|
`cargo build`
|
||||||
|
|
||||||
- Build with multiple parallel jobs:
|
- Build using a specific number of threads (default is the number of CPU cores):
|
||||||
|
|
||||||
`cargo build -j {{jobs}}`
|
`cargo build -j {{jobs}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue