docs: explicitly clone main branch (#269)

This commit is contained in:
Torben Brenner
2025-02-07 11:21:43 +01:00
committed by GitHub
parent 74d8e68d96
commit 8000356b57

View File

@ -154,7 +154,7 @@ Pay special attention to:
Clone the bridgehead repository: Clone the bridgehead repository:
```shell ```shell
sudo mkdir -p /srv/docker/ 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: Then, run the installation script: