Updated README.md

(due to confusions, see #682)
[ci skip]
This commit is contained in:
Sebastian Stenzel
2019-05-07 11:33:06 +02:00
parent a304b9a5c7
commit 19222475ec
+2 -2
View File
@@ -46,7 +46,7 @@ For more information on the security details visit [cryptomator.org](https://cry
### Dependencies
* Java 10 (min. 10.0.1, we recommend to use the current version)
* JDK 11 (we recommend to use the latest version)
* Maven 3
* Optional: OS-dependent build tools for native packaging (see [Windows](https://github.com/cryptomator/cryptomator-win), [OS X](https://github.com/cryptomator/cryptomator-osx), [Linux](https://github.com/cryptomator/builder-containers))
@@ -57,7 +57,7 @@ cd main
mvn clean install -Prelease
```
An executable jar file will be created inside `main/uber-jar/target`.
This will build all the jars and bundle them together with their OS-specific dependencies under `main/buildkit/target`. This can now be used to build native packages.
## License