1
0
mirror of https://github.com/bigbluebutton/docker.git synced 2025-07-04 22:40:35 +02:00

Add git submodule update --init to README.md

Adding `git submodule update --init` to README.md to fix Errors with Building the Container as mentioned in Issue 
This commit is contained in:
Yonggan
2021-05-12 11:53:44 +02:00
committed by GitHub
parent 0c37742980
commit 2bb8b21817

@ -26,6 +26,7 @@ Version: 2.3.0 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigblue
```sh ```sh
$ git clone -b main --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 $ cd bbb-docker
$ git submodule update --init
``` ```
3. Run setup: 3. Run setup:
```bash ```bash