diff --git a/docs/main/prerequesites.md b/docs/main/prerequisites.md similarity index 96% rename from docs/main/prerequesites.md rename to docs/main/prerequisites.md index 93d16bf..0fcc40b 100644 --- a/docs/main/prerequesites.md +++ b/docs/main/prerequisites.md @@ -1,7 +1,7 @@ --- title: Prerequisites description: Operating system and network requirements -last_updated: January 27 2020 +last_updated: May 25 2020 --- ### Hardware @@ -14,7 +14,11 @@ Pi-hole is very lightweight and does not require much processing power Despite the name, you are not limited to running Pi-hole on a Raspberry Pi. Any hardware that runs one of the supported operating systems will do! -### Supported Operating Systems +### Software + +Pi-hole is supported on distributions utilizing [systemd](https://systemd.io/) or [sysvinit](https://www.nongnu.org/sysvinit/)! + +#### Supported Operating Systems The following operating systems are **officially** supported: diff --git a/mkdocs.yml b/mkdocs.yml index 8289fa1..37c8774 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -57,7 +57,7 @@ nav: - 'Pi-hole Origins': main/origins.md - 'On the Web': main/coverage.md - 'Getting Started': - - 'Prerequisites': main/prerequesites.md + - 'Prerequisites': main/prerequisites.md - 'Installation': main/basic-install.md - 'Post-Install': main/post-install.md - 'Updating': main/update.md