Merge pull request #1369 from pi-hole/PromoFaux-patch-1

Update build-image.md to remove development branch note
This commit is contained in:
yubiuser
2026-03-30 10:44:45 +02:00
committed by GitHub

View File

@@ -7,7 +7,6 @@ In order to build the image locally, you will first need a copy of the repositor
```bash
git clone https://github.com/pi-hole/docker-pi-hole
cd docker-pi-hole
git checkout development #NOTE: This step is only needed until V6 is released
```
All other commands following assume you have at least run the above steps.