Add some setup instructions

This commit is contained in:
Bianca Fürstenau 2025-02-20 09:48:38 +01:00
parent 993aea1048
commit 16abbc83f1

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# Setup
```bash
git clone …
cargo tauri android init
git restore gen/android/app/build.gradle.kts
cargo tauri img/icon.svg
# Set up gen/android/keystore.properties
```