Update README with submodule build info

Include `submodule` step to fix failing build for `IconLoader`
This commit is contained in:
Siju S
2021-10-02 14:06:40 +05:30
committed by Suphon T
parent 4f74225102
commit d9c83022c9

View File

@@ -13,9 +13,11 @@ Whether youve fixed a bug or introduced a new feature, we welcome pull reques
You can use Git to clone this repository:
```
git clone https://github.com/LawnchairLauncher/lawnchair.git
git clone --recursive https://github.com/LawnchairLauncher/lawnchair.git
```
- If you get build errors for `IconLoader` project resolution, run `git submodule update --init --recursive`
Lawnchair 11 uses [Jetpack Compose](https://developer.android.com/jetpack/compose); we suggest using a version of Android Studio that supports Compose tooling, such as Arctic Fox (2020.3.1). To build the app, select the `lawnWithQuickstepDebug` build type.
Here are a few contribution tips: