]> nmode's Git Repositories - signal-cli/blobdiff - README.md
Use official graalvm native-image gradle plugin
[signal-cli] / README.md
index 178573fe32ced0fe3f6841036825352242912fc6..b63733d1ea674608c04789fa94f12ee763b22982 100644 (file)
--- a/README.md
+++ b/README.md
@@ -98,9 +98,9 @@ This is still experimental and will not work in all situations.
 2. [Install prerequisites](https://www.graalvm.org/reference-manual/native-image/#prerequisites)
 3. Execute Gradle:
 
-        ./gradlew assembleNativeImage
+        ./gradlew nativeCompile
 
-   The binary is available at *build/native-image/signal-cli*
+   The binary is available at *build/native/nativeCompile/signal-cli*
 
 ## FAQ and Troubleshooting
 For frequently asked questions and issues have a look at the [wiki](https://github.com/AsamK/signal-cli/wiki/FAQ)