From a2cad2a2ee69ae55ad9ebce6621c46f93fffe540 Mon Sep 17 00:00:00 2001 From: Aidan Hahn Date: Fri, 31 May 2019 14:41:22 -0700 Subject: [PATCH] be more explicit about requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f6cf1f..a00e890 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Remote Procedure Calls over the protobuf API # Requirements - openssl - tar +- OpenJDK 8 # Building Gradle will manage dependencies, generate code, compile the java, and package the code.