docs(setup): add submodule hint

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-06-19 20:42:08 +02:00
parent 641dc27f44
commit 993bf8d289
1 changed files with 3 additions and 1 deletions

View File

@ -81,9 +81,11 @@ import { Tabs, TabItem, Steps } from "@astrojs/starlight/components"
3. Clone the repository.
```sh
git clone https://github.com/revoltchat/android.git
git clone --recursive https://github.com/revoltchat/android.git
```
Specify --recursive to ensure that submodules are cloned as well.
4. Open the project in Android Studio.
5. Install the required dependencies.