diff --git a/README.md b/README.md index bde5d6e5c..7ac9ac985 100644 --- a/README.md +++ b/README.md @@ -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