From e562daa1f332f22f13c9856c623f1b830744f70d Mon Sep 17 00:00:00 2001 From: AsamK Date: Wed, 15 Sep 2021 21:34:05 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a11ee6e..fe435849 100644 --- a/README.md +++ b/README.md @@ -81,15 +81,15 @@ dependencies. If you have a recent gradle version installed, you can replace `./ ./gradlew build -3. Create shell wrapper in *build/install/signal-cli/bin*: + 3a. Create shell wrapper in *build/install/signal-cli/bin*: ./gradlew installDist -4. Create tar file in *build/distributions*: + 3b. Create tar file in *build/distributions*: ./gradlew distTar -5. Compile and run signal-cli: + 3c. Compile and run signal-cli: ./gradlew run --args="--help" -- 2.50.1