From fe54f4ec660803577fc802e9bfc3b891c382ef58 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Sun, 27 Nov 2016 10:14:34 +0100 Subject: [PATCH] Update README.md As suggested by @tallesh in #135 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 400222c7d..8872955be 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,11 @@ For more information on the security details visit [cryptomator.org](https://cry ``` cd main -mvn clean install +mvn clean install -Prelease ``` +An executable jar file will be created inside `main/uber-jar/target`. + ## Contributing to Cryptomator Please read our [contribution guide](https://github.com/cryptomator/cryptomator/blob/master/CONTRIBUTING.md), if you would like to report a bug, ask a question or help us with coding.