hacking.md: make build parallel
This commit is contained in:
parent
54a9729a0f
commit
02a514234b
@ -26,7 +26,7 @@ To build Hydra, you should then do:
|
|||||||
```console
|
```console
|
||||||
[nix-shell]$ autoreconfPhase
|
[nix-shell]$ autoreconfPhase
|
||||||
[nix-shell]$ configurePhase
|
[nix-shell]$ configurePhase
|
||||||
[nix-shell]$ make
|
[nix-shell]$ make -j$(nproc)
|
||||||
```
|
```
|
||||||
|
|
||||||
You start a local database, the webserver, and other components with
|
You start a local database, the webserver, and other components with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user