From 102e6688aac9e72515cc532cc1815de351981fab Mon Sep 17 00:00:00 2001 From: Carlos Rodrigues Date: Thu, 5 Nov 2020 17:09:20 +0000 Subject: [PATCH] Update README with latest tested environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 307cfa6..5d23d6d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It's a Clojure application so you'll need: * [Java](http://jdk.java.net/) (OpenJDK is recommended) * [Leiningen](https://leiningen.org/) -It was last known to work with OpenJDK 13 on macOS 10.13.6. +It was last known to work with OpenJDK 15.0.1 on macOS 10.15.7. Once you have these requirements installed, run `lein run` in the project directory. It will download the necessary dependencies and start an HTTP server on port `tcp/3000`.