Skip to content

Commit 8000356

Browse files
authored
docs: explicitly clone main branch (#269)
1 parent 74d8e68 commit 8000356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Pay special attention to:
154154
Clone the bridgehead repository:
155155
```shell
156156
sudo mkdir -p /srv/docker/
157-
sudo git clone https://github.com/samply/bridgehead.git /srv/docker/bridgehead
157+
sudo git clone -b main https://github.com/samply/bridgehead.git /srv/docker/bridgehead
158158
```
159159

160160
Then, run the installation script:

0 commit comments

Comments
 (0)