mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Merge pull request #12154 from allrealmsoflife/patch-1
This commit is contained in:
commit
8bec777c9d
1 changed files with 3 additions and 2 deletions
|
@ -19,10 +19,11 @@ nix-build -E '(import ./.).packages.${builtins.currentSystem}.nix.doc'
|
||||||
or
|
or
|
||||||
|
|
||||||
```console
|
```console
|
||||||
nix build .#nix^doc
|
nix build .#nix-manual
|
||||||
```
|
```
|
||||||
|
|
||||||
and open `./result-doc/share/doc/nix/manual/index.html`.
|
and open `./result/share/doc/nix/manual/index.html`.
|
||||||
|
|
||||||
|
|
||||||
To build the manual incrementally, [enter the development shell](./building.md) and run:
|
To build the manual incrementally, [enter the development shell](./building.md) and run:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue