From 4be9c5ff9b5ccc7c733ce6cd96625434b67510a2 Mon Sep 17 00:00:00 2001 From: Luke Daley Date: Tue, 29 Jan 2013 17:03:42 +0000 Subject: [PATCH] Note the Java 7 requirement. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0af7dd5..d1e4659 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ It is also using the Ratpack Gradle plugin as the development environment. ## Getting Started +*To run this app, you need Java 7* (Vert.x requires Java 7). + Check this project out, cd into the directory and run: ./gradlew run