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 #101
This commit is contained in:
Yonggan
2021-05-12 11:53:44 +02:00
committed by GitHub
parent 0c37742980
commit 2bb8b21817

View File

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