mirror of https://github.com/samply/bridgehead.git
docs: explicitly clone main branch (#269)
This commit is contained in:
parent
74d8e68d96
commit
8000356b57
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue