From cbe56800f3b82867210356ffc8625c572ab0556e Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 20 Jun 2018 20:41:40 -0400 Subject: [PATCH] update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc4040e..267d89b 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,21 @@ Note that Xunkar has started working on Llanfair v2.0 which is a complete rewrit ## Download -Check the [releases page](https://github.com/gered/Llanfair/releases) for downloadable JARs. +Check the [releases page](https://github.com/gered/Llanfair/releases) for downloadable JARs. -JARs can be run from the command line via something similar to: +Llanfair requires Java 7 or later (you are encouraged to use the most recent version of Java). + +Downloaded JARs can be run from the command line via something similar to: ``` -$ java -jar Llanfair.jar +$ java -jar /path/to/Llanfair.jar ``` ## Major Changes / Fixes The main changes from v1.4.3 (the last official release from Xunkar) are as follows: +* Optional world record display, via run data from speedrun.com. Contributed by [4ilo](https://github.com/4ilo). * Enhancements to JNativeHook support for global key events. Llanfair will prompt with an error if the hook could not be registered instead of failing silently. Additionally on some OS's you may see your OS prompt you with some kind of accessibility permissions request. @@ -64,7 +67,7 @@ requests are more then welcome!). You will need Gradle. Obviously any IDE with Gradle support will simply mean you can just open this project right away in your IDE and get developing immediately. Easy. -Llanfair currently requires Java 7. +Llanfair currently requires Java 7 or later. #### Command Line Building / Running / Distribution