X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/ce70a623c21a267679d59838d041f9bc1d486cd9..b78573021d3789e1a4d3ec0db83855409674fdc1:/README.md diff --git a/README.md b/README.md index b041b4a0..67bbb75a 100644 --- a/README.md +++ b/README.md @@ -81,15 +81,19 @@ dependencies. If you have a recent gradle version installed, you can replace `./ ./gradlew build - 3a. Create shell wrapper in *build/install/signal-cli/bin*: + 2a. Create shell wrapper in *build/install/signal-cli/bin*: ./gradlew installDist - 3b. Create tar file in *build/distributions*: + 2b. Create tar file in *build/distributions*: ./gradlew distTar - 3c. Compile and run signal-cli: + 2c. Create a fat tar file in *build/libs/signal-cli-fat*: + + ./gradlew fatJar + + 2d. Compile and run signal-cli: ./gradlew run --args="--help"