From 3c2cf64c3d02a13e2a3232f41d34b5df9f1785be Mon Sep 17 00:00:00 2001 From: Serge Guzik Date: Fri, 15 Feb 2019 11:56:43 +0200 Subject: [PATCH] docs: Mention that JDK and JRE are not required to be installed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3b7e89..770fdc0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Turn JAR (java archive) into self-contained executable in a single command. - creates self-contained binaries for Linux, macOS and Windows using [warp-packer](https://github.com/dgiagio/warp) - works on Linux, macOS and Windows (with Windows Subsystem for Linux) - supports cross "compilation" +- does not require neither JDK nor JRE installed ## TL;DR