From af989e0c7b68fd281ca91369c31f0daf7f72c3a0 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 21 Oct 2020 19:48:18 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index cc0effb..05653ca 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,6 @@ Just send a GET, POST, PUT or DELETE HTTP request on a server and get it's respo # Build -You need JavaFX 14, you can download it [here](https://gluonhq.com/products/javafx/) +⚠ Nothing is working for now -I use the language level 14 of Java, if you want to use Java 11, you need to refactor some Switches/Cases - -Tested (and compiled) on Windows 10 and IntelliJ - -# Known issues - -* Issue with HTTPS on IIS (SSL Handshake failed) - -# Binaries - -Compiled binaries with installer downloadable [here](https://alexisdelhaie.ovh/dlcenter/endpoint-installer.exe). (There is no fancy web page now) -This installer are based on [chronos-installer-bootstrap](https://github.com/alexlegarnd/chronos-installer-bootstrap) and [chronos-installer](https://github.com/alexlegarnd/chronos-installer) \ No newline at end of file +I use the language level 15 of Java, if you want to use Java 11, you need to refactor some Switches/Cases