diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-02-26 15:36:20 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:50 +0100 |
commit | 117916eb4d1f50bd923794101a6221a510a6ffeb (patch) | |
tree | 717efa783800d6326adf7f68fa668d47a508c1eb /README.md | |
parent | 64322daf2e86ae8b6719b3fedad737d853fcd39b (diff) | |
download | spacebeans-117916eb4d1f50bd923794101a6221a510a6ffeb.tar.gz spacebeans-117916eb4d1f50bd923794101a6221a510a6ffeb.zip |
Clarification
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ validating the certificate, this is perfectly safe. Requirements: - JDK 8 (or later) - - git (it is required to set the version; GitHub's source archives won't compile) + - git (the git repo is required to set the version; GitHub's source archives won't compile) Run the server with `./mill server.run` and the tests with `./mill server.test`. |