Add some setup instructions
This commit is contained in:
parent
993aea1048
commit
16abbc83f1
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal 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
|
||||
```
|
Loading…
Add table
Reference in a new issue