Merge pull request #108 from Y0ngg4n/develop

Add git submodule update --init to README.md
This commit is contained in:
chandi 2021-06-21 16:14:19 +02:00 committed by GitHub
commit 1408f6ec33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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