aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-02-26 15:31:29 +0000
committerJuan J. Martinez <jjm@usebox.net>2021-07-22 19:49:50 +0100
commit64322daf2e86ae8b6719b3fedad737d853fcd39b (patch)
treee0a340d3e06ac12d166f17be3e95859dce0609ab
parenta3c38fb56c3b18b0b562f9561fa6070fd9023da5 (diff)
downloadspacebeans-64322daf2e86ae8b6719b3fedad737d853fcd39b.tar.gz
spacebeans-64322daf2e86ae8b6719b3fedad737d853fcd39b.zip
We require git for building the software
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0b85687..533140f 100644
--- a/README.md
+++ b/README.md
@@ -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