From 5ef5a900e07a9ee55f8cbc8f3f89dd9041ccadda Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 11 Sep 2024 22:02:12 +0100 Subject: [PATCH] development-v6 -> development --- docs/docker/build-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker/build-image.md b/docs/docker/build-image.md index 902a75a..69db506 100644 --- a/docs/docker/build-image.md +++ b/docs/docker/build-image.md @@ -7,7 +7,7 @@ In order to build the image locally, you will first need a copy of the repositor ``` git clone https://github.com/pi-hole/docker-pi-hole cd docker-pi-hole -git checkout development-v6 #NOTE: This step is only needed until V6 is released +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.