mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-10 20:56:35 +00:00
docs: fix the xdg-open path in building the docs part
This commit is contained in:
parent
328e096c8b
commit
eb11f9b9e5
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ generated and opened by typing the following in a shell within a clone of the
|
|||
$ nix build .#docs-html
|
||||
|
||||
# Open it with a valid browser
|
||||
$ xdg-open $PWD/result/share/doc/nvf/index.html
|
||||
$ xdg-open $PWD/result/share/doc/index.html
|
||||
```
|
||||
|
||||
Additionally, if you are adding new links to the documentation it is **generally
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue