Update docs/main/index.md

Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: John Karahalis <john@johnkarahalis.com>
This commit is contained in:
John Karahalis
2025-08-03 14:12:19 -04:00
committed by GitHub
parent e942d6ea43
commit 894c945514
+6 -1
View File
@@ -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.