Merge pull request #332 from braydonf/readme

Update readme gradlew install commands
pull/334/head
Vitor Pamplona 2023-04-04 19:48:16 -04:00 zatwierdzone przez GitHub
commit 93a1853317
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -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