mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
update instructions to build the manual
This commit is contained in:
parent
a1cc362d9d
commit
92be107c8e
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ Incremental refactorings of the documentation build setup to make it faster or e
|
|||
Build the manual from scratch:
|
||||
|
||||
```console
|
||||
nix-build $(nix-instantiate)'!doc'
|
||||
nix-build -E '(import ./.).packages.${builtins.currentSystem}.nix.doc'
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```console
|
||||
nix build .#^doc
|
||||
nix build .#nix^doc
|
||||
```
|
||||
|
||||
and open `./result-doc/share/doc/nix/manual/index.html`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue