From 64322daf2e86ae8b6719b3fedad737d853fcd39b Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 26 Feb 2021 15:31:29 +0000 Subject: We require git for building the software --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3