From 7c77d631592a59b1a84990375fa4847508514c9f Mon Sep 17 00:00:00 2001 From: lucasstarsz Date: Tue, 13 Jul 2021 00:23:47 -0400 Subject: [PATCH] add java 16 notice --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ea6cd1..cbd627a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # FastJ Java Template Program -## How to Access +## How to Use - Clone the repository `git clone https://github.com/lucasstarsz/fastj-java-template` - Or download from https://github.com/lucasstarsz/fastj-java-template/releases/latest +_Note: this project uses Java 16 and Gradle 7._ ## Running the Program