From 12a7d32057e621dd0a0678036707a118c55318e7 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 21 Jun 2023 21:03:09 +0100 Subject: Moving out of GitLab --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 455f5dc..d63e8b4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ If you have a Gemini browser, you can also visit: `gemini://capsule.usebox.net/s ## How to run it -Download [the `jar` distribution file](https://gitlab.com/reidrac/spacebeans/-/releases) and install Java Runtime Environment 11 (or +Download [the `jar` distribution file](https://www.usebox.net/jjm/spacebeans/releases) and install Java Runtime Environment 11 (or later; [OpenJDK's JRE](https://adoptium.com/) recommended). You can run the service with: @@ -138,7 +138,7 @@ print('\n'.join([k + "=" + v for k, v in os.environ.items()])) Requirements: - JDK 11 (or later) - - git (the git repo is required to set the version; GitLab's source archives won't compile) + - git (the git repo is required to set the version) Run the server with `./mill server.run` and the tests with `./mill server.test`. -- cgit v1.2.3