aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-21 21:03:09 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-21 21:03:09 +0100
commit12a7d32057e621dd0a0678036707a118c55318e7 (patch)
tree25b7175045ff9cdd95fc437292ac8c55dfb8b004 /README.md
parent03d866dfd433e5b4d827852d8f0d1c771ff0febc (diff)
downloadspacebeans-12a7d32057e621dd0a0678036707a118c55318e7.tar.gz
spacebeans-12a7d32057e621dd0a0678036707a118c55318e7.zip
Moving out of GitLab
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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`.