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.