Skip to content

Commit

Permalink
docs: explicitly clone main branch (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner authored Feb 7, 2025
1 parent 74d8e68 commit 8000356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8000356

Please sign in to comment.