diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-08-17 18:47:51 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-08-17 18:47:51 +0100 |
commit | c09ffd688c1edd43c545aaf442a1cb582d5ad20d (patch) | |
tree | fbcc8a7ec6a0215edce38f9b163f5a6da2b82750 /README.md | |
parent | 33814c535e783c1faf99d5721d08e14b1cb62a7c (diff) | |
download | spacebeans-c09ffd688c1edd43c545aaf442a1cb582d5ad20d.tar.gz spacebeans-c09ffd688c1edd43c545aaf442a1cb582d5ad20d.zip |
Removed reference to GH
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`. |