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

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