summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-08-17 18:47:51 +0100
committerJuan J. Martinez <jjm@usebox.net>2021-08-17 18:47:51 +0100
commitc09ffd688c1edd43c545aaf442a1cb582d5ad20d (patch)
treefbcc8a7ec6a0215edce38f9b163f5a6da2b82750
parent33814c535e783c1faf99d5721d08e14b1cb62a7c (diff)
downloadspacebeans-c09ffd688c1edd43c545aaf442a1cb582d5ad20d.tar.gz
spacebeans-c09ffd688c1edd43c545aaf442a1cb582d5ad20d.zip
Removed reference to GH
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4646d68..fc1623c 100644
--- a/README.md
+++ b/README.md
@@ -138,7 +138,7 @@ print('\n'.join([k + "=" + v for k, v in os.environ.items()]))
Requirements:
- JDK 8 (or later)
- - git (the git repo is required to set the version; GitHub's source archives won't compile)
+ - git (the git repo is required to set the version; GitLab's source archives won't compile)
Run the server with `./mill server.run` and the tests with `./mill server.test`.