diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-21 21:03:09 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-21 21:03:09 +0100 |
commit | 12a7d32057e621dd0a0678036707a118c55318e7 (patch) | |
tree | 25b7175045ff9cdd95fc437292ac8c55dfb8b004 /README.md | |
parent | 03d866dfd433e5b4d827852d8f0d1c771ff0febc (diff) | |
download | spacebeans-12a7d32057e621dd0a0678036707a118c55318e7.tar.gz spacebeans-12a7d32057e621dd0a0678036707a118c55318e7.zip |
Moving out of GitLab
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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`. |