aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2018-05-11 22:38:47 +0200
committerRobert Helgesson <robert@rycee.net>2018-05-11 22:38:47 +0200
commitbbcef2fd33165c987ec0b746211782aca7815ac6 (patch)
treec3fedd260caa3b2c8609744061d2aeee79d53ad5 /README.md
parentec3cbf81c43805468a60d953ebe63b7c9d07ef11 (diff)
readme: add link to online options documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index b7c55510479..ecb755bd04f 100644
--- a/README.md
+++ b/README.md
@@ -179,8 +179,9 @@ $ home-manager build
which will create a `result` link to a directory containing an
activation script and the generated home directory files.
-To see available configuration options with descriptions and usage
-examples run
+Documentation of available configuration options, including
+descriptions and usage examples, is available in the [Home Manager
+manual][configuration options] or offline by running
```console
$ man home-configuration.nix
@@ -299,3 +300,4 @@ in your Home Manager configuration.
[nixAllowedUsers]: https://nixos.org/nix/manual/#conf-allowed-users
[nixosAllowedUsers]: https://nixos.org/nixos/manual/options.html#opt-nix.allowedUsers
[Z shell]: http://zsh.sourceforge.net/
+[configuration options]: https://rycee.github.io/home-manager/options.html