Browse Source

Update README.md

pull/860/head
Igor Demin 3 years ago committed by GitHub
parent
commit
f781231089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      compose/README.md

4
compose/README.md

@ -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
```
```

Loading…
Cancel
Save