From 0c37742980b4b910c8cebbb2724dbcccf9ecfa4f Mon Sep 17 00:00:00 2001 From: chandi Date: Fri, 30 Apr 2021 22:59:10 +0200 Subject: [PATCH] readme: clone stable main branch by default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f6b211..b5b5e57 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Version: 2.3.0 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigblue 4. Ensure docker-compose works and that you use a version ≥ 1.28 : `$ docker-compose --version` 2. Clone this repository ```sh - $ git clone --recurse-submodules https://github.com/bigbluebutton/docker.git bbb-docker + $ git clone -b main --recurse-submodules https://github.com/bigbluebutton/docker.git bbb-docker $ cd bbb-docker ``` 3. Run setup: