diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-02-26 15:31:29 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:50 +0100 |
commit | 64322daf2e86ae8b6719b3fedad737d853fcd39b (patch) | |
tree | e0a340d3e06ac12d166f17be3e95859dce0609ab /README.md | |
parent | a3c38fb56c3b18b0b562f9561fa6070fd9023da5 (diff) | |
download | spacebeans-64322daf2e86ae8b6719b3fedad737d853fcd39b.tar.gz spacebeans-64322daf2e86ae8b6719b3fedad737d853fcd39b.zip |
We require git for building the software
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -93,9 +93,9 @@ validating the certificate, this is perfectly safe. Requirements: - JDK 8 (or later) - - [Mill](https://com-lihaoyi.github.io/mill/) for building + - git (it 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`. +Run the server with `./mill server.run` and the tests with `./mill server.test`. ## License |