Skip to content

Commit 8bec777

Browse files
Merge pull request #12154 from allrealmsoflife/patch-1
2 parents 2f3bc6c + 3a5fccc commit 8bec777

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/manual/source/development/documentation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ nix-build -E '(import ./.).packages.${builtins.currentSystem}.nix.doc'
1919
or
2020

2121
```console
22-
nix build .#nix^doc
22+
nix build .#nix-manual
2323
```
2424

25-
and open `./result-doc/share/doc/nix/manual/index.html`.
25+
and open `./result/share/doc/nix/manual/index.html`.
26+
2627

2728
To build the manual incrementally, [enter the development shell](./building.md) and run:
2829

0 commit comments

Comments
 (0)