1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

update instructions to build the manual

This commit is contained in:
Valentin Gagarin 2024-09-06 10:33:12 +02:00
parent a1cc362d9d
commit 92be107c8e

View file

@ -13,13 +13,13 @@ Incremental refactorings of the documentation build setup to make it faster or e
Build the manual from scratch: Build the manual from scratch:
```console ```console
nix-build $(nix-instantiate)'!doc' nix-build -E '(import ./.).packages.${builtins.currentSystem}.nix.doc'
``` ```
or or
```console ```console
nix build .#^doc nix build .#nix^doc
``` ```
and open `./result-doc/share/doc/nix/manual/index.html`. and open `./result-doc/share/doc/nix/manual/index.html`.