From 90c3e695556b93d1b3f454ad7c39fb010678c25f Mon Sep 17 00:00:00 2001 From: Riduidel Date: Wed, 3 Oct 2018 14:40:24 +0200 Subject: [PATCH] The amount of dots in this text is damn too high ! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aeb5da..1ebdc8d 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Everest uses Maven, so building from the source code is very simple. You need to 1. Clone the repository: `git clone https://github.com/RohitAwate/Everest.git` 2. Enter the repository: `cd Everest` 3. Build a binary: `mvn package` -4. Run the binary: `mvn exec:java`. +4. Run the binary: `mvn exec:java` **For JDK 10 and above:** JavaFX has been decoupled from the JDK and will need to be installed separately.