Skip to content

Commit

Permalink
hacking.md: make build parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Aug 21, 2024
1 parent ecd2682 commit b63a5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/src/hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To build Hydra, you should then do:
```console
[nix-shell]$ autoreconfPhase
[nix-shell]$ configurePhase
[nix-shell]$ make
[nix-shell]$ make -j$(nproc)
```

You start a local database, the webserver, and other components with
Expand Down

0 comments on commit b63a5c3

Please sign in to comment.