Update readme gradlew install commands

This commit is contained in:
Braydon
2023-04-04 16:24:02 -07:00
parent 05138232f4
commit 9944f98bde

View File

@@ -106,8 +106,15 @@ Build the app:
```
## Installing on device
For the F-Droid build:
```bash
./gradlew installDebug
./gradlew installFdroidDebug
```
For the Play build:
```bash
./gradlew installPlayDebug
```
## How to Deploy