From 368d767cfb48b23c114750be329457d913da8cf8 Mon Sep 17 00:00:00 2001 From: Brendan Robert Date: Tue, 30 Sep 2014 15:58:41 -0500 Subject: [PATCH] Update README.md Cleared up future-case statement about Java 8 --- OutlawEditor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OutlawEditor/README.md b/OutlawEditor/README.md index 5fefd6db..4398f999 100644 --- a/OutlawEditor/README.md +++ b/OutlawEditor/README.md @@ -10,7 +10,7 @@ The most recent copy of Outlaw Editor (aka the Daily build) can be found here: h Running the program ------------------- -There are no dependencies outside of JavaFX (which will be part of Java in the 8.0 release) so you can start the program by executing the jar file that is built in the target/jfx/app folder "OutlawEditor-jfx.jar" Depending on your platform you might be able to double-click it. Or you might have to drop to the commandline and issue this command after going to that directory, like so: +You can start the program by executing the jar file that is built in the target/jfx/app folder "OutlawEditor-jfx.jar" Depending on your platform you might be able to double-click it. Or you might have to drop to the commandline and issue this command after going to that directory, like so: > java -jar OutlawEditor-jfx.jar