aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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`.