mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 14:01:22 +02:00
Merge pull request #332 from braydonf/readme
Update readme gradlew install commands
This commit is contained in:
@@ -106,8 +106,15 @@ Build the app:
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Installing on device
|
## Installing on device
|
||||||
|
|
||||||
|
For the F-Droid build:
|
||||||
```bash
|
```bash
|
||||||
./gradlew installDebug
|
./gradlew installFdroidDebug
|
||||||
|
```
|
||||||
|
|
||||||
|
For the Play build:
|
||||||
|
```bash
|
||||||
|
./gradlew installPlayDebug
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to Deploy
|
## How to Deploy
|
||||||
|
Reference in New Issue
Block a user