From 894c94551473d8397fd243fe18c7e3e353ccaa0c Mon Sep 17 00:00:00 2001 From: John Karahalis Date: Sun, 3 Aug 2025 14:12:19 -0400 Subject: [PATCH] Update docs/main/index.md Co-authored-by: RD WebDesign Signed-off-by: John Karahalis --- docs/main/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/main/index.md b/docs/main/index.md index 6d0f4b6..d4558d3 100644 --- a/docs/main/index.md +++ b/docs/main/index.md @@ -2,7 +2,12 @@ Before installing Pi-hole, you need to make sure your system meets the [prerequi After the installation is complete, check the [Post-Install steps](post-install.md) to make sure your network is using Pi-hole. -With the [`pihole` command](pihole-command.md), you can manually run Pi-hole commands, including [a command which updates Pi-hole](update.md). +With the `pihole` command, you can manually run [Pi-hole commands](pihole-command.md). Examples: + +- `pihole status` to check Pi-hole status; +- `pihole update` to [update](update.md) Pi-hole software; +- `pihole version` to show currently installed versions of Pi-hole, Web Interface and FTL; +- and many other commands. Alternatively, you can also use the [web interface](https://github.com/pi-hole/web/) to run and configure your Pi-hole.