Merge pull request #332 from braydonf/readme

Update readme gradlew install commands
This commit is contained in:
Vitor Pamplona 2023-04-04 19:48:16 -04:00 committed by GitHub
commit 93a1853317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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