Update README.md

This commit is contained in:
Igor Demin
2021-07-05 18:43:18 +03:00
committed by GitHub
parent 6038da77ba
commit f781231089

View File

@@ -4,7 +4,7 @@ Composite build of [Compose-jb sources](https://github.com/JetBrains/androidx)
## Download submodules after downloading the main project:
```
git submodule update --init
git submodule update --init --recursive
```
Set this property to always update submodules on git checkout/pull/reset:
```
@@ -58,4 +58,4 @@ Run tests for Desktop:
Run tests for Web:
```
./scripts/testWeb
```
```