From 9944f98bdef1906ff2d10d3ae4062240bbda00ab Mon Sep 17 00:00:00 2001 From: Braydon Date: Tue, 4 Apr 2023 16:24:02 -0700 Subject: [PATCH] Update readme gradlew install commands --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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