We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f3bc6c + 3a5fccc commit 8bec777Copy full SHA for 8bec777
doc/manual/source/development/documentation.md
@@ -19,10 +19,11 @@ nix-build -E '(import ./.).packages.${builtins.currentSystem}.nix.doc'
19
or
20
21
```console
22
-nix build .#nix^doc
+nix build .#nix-manual
23
```
24
25
-and open `./result-doc/share/doc/nix/manual/index.html`.
+and open `./result/share/doc/nix/manual/index.html`.
26
+
27
28
To build the manual incrementally, [enter the development shell](./building.md) and run:
29
0 commit comments