From 9f782f2fb2a5ef8cbe2925f8fe20337227e1d5df Mon Sep 17 00:00:00 2001 From: Torben Brenner Date: Fri, 7 Feb 2025 11:12:02 +0100 Subject: [PATCH] docs: explicitly clone main branch --- 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: