hacking.md: make build parallel

This commit is contained in:
Jörg Thalheim 2024-08-20 07:40:33 +02:00
parent 54a9729a0f
commit 02a514234b

View File

@ -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