readme: Use bullet-list for documentation location
This will make it much easier to find the online documentation at a quick glance, as well as making it easier to see the commands for viewing locally.
This commit is contained in:
parent
aff4c008ce
commit
ebe39ab3fa
1 changed files with 4 additions and 2 deletions
|
|
@ -166,9 +166,11 @@ sudo nix-channel --update
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
`darwin-help` will open up a local copy of the reference documentation, it can also be found online [here](https://nix-darwin.github.io/nix-darwin/manual/index.html).
|
The reference documentation is available:
|
||||||
|
|
||||||
The documentation is also available as manpages by running `man 5 configuration.nix`.
|
* Online: [nix-darwin reference](https://nix-darwin.github.io/nix-darwin/manual/index.html)
|
||||||
|
* Locally in your browser via the `darwin-help` command
|
||||||
|
* As a manual page via `man 5 configuration.nix`
|
||||||
|
|
||||||
## Uninstalling
|
## Uninstalling
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue