docs(setup): add submodule hint
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
641dc27f44
commit
993bf8d289
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue