From 115a240a1b1ed9f9c64a3965841fe0622b117cd4 Mon Sep 17 00:00:00 2001 From: Ashwin Vishnu <9155111+ashwinvis@users.noreply.github.com> Date: Sun, 15 Mar 2020 22:42:26 +0100 Subject: [PATCH] Official docs and mention post-install The post-install step is important for the app to be functional and the DNS server option should be mentioned as an alternative to the DHCP server option. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81e5936..2f53db6 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ No demo available. ## Configuration -Use the admin panel of your Pi-hole to configure this app. +Use the admin panel of your Pi-hole to configure this app. You may also need to follow the [post-install guide](https://docs.pi-hole.net/main/post-install/) to setup Pi-hole either as a *DNS server* or a *DHCP server*. ## Documentation -* Official documentation: Not found +* Official documentation: https://docs.pi-hole.net/ * Pi-hole as a DHCP server: [dhcp.md](./dhcp.md) * YunoHost documentation: There no other documentations, feel free to contribute.