From d06d8f89f0bc1e81cf6e8c34eccd8b988773e50a Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 25 Oct 2020 21:54:58 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 05653ca..5ffd095 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ Just send a GET, POST, PUT or DELETE HTTP request on a server and get it's respo ⚠ Nothing is working for now I use the language level 15 of Java, if you want to use Java 11, you need to refactor some Switches/Cases + +# 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) From 3b1510000d2f63ea930f8eea20853324652e2b9f Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 25 Oct 2020 21:55:15 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5ffd095..8996e35 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ Just send a GET, POST, PUT or DELETE HTTP request on a server and get it's respo # Build -⚠ Nothing is working for now - I use the language level 15 of Java, if you want to use Java 11, you need to refactor some Switches/Cases # Binaries