From 8000356b579d56865e470d648d9506cde560fc1a Mon Sep 17 00:00:00 2001 From: Torben Brenner <76154651+torbrenner@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:21:43 +0100 Subject: [PATCH] docs: explicitly clone main branch (#269) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86bd1d9..0e8131a 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Pay special attention to: Clone the bridgehead repository: ```shell sudo mkdir -p /srv/docker/ -sudo git clone https://github.com/samply/bridgehead.git /srv/docker/bridgehead +sudo git clone -b main https://github.com/samply/bridgehead.git /srv/docker/bridgehead ``` Then, run the installation script: