diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |