Update readme gradlew install commands

pull/332/head
Braydon 2023-04-04 16:24:02 -07:00
rodzic 05138232f4
commit 9944f98bde
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