mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 06:00:18 +01:00 
			
		
		
		
	docs: explicitly clone main branch (#269)
This commit is contained in:
		@@ -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:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user