From ebf120ed1b268224c9bc02e928ffa1b43b1d5e56 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 27 Nov 2021 21:33:11 -0500 Subject: [PATCH] Add dependencies to readme instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 610cb76..9789559 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ to work well: unzip gradle-5.6.1-bin.zip export PATH=$PWD/gradle-5.6.1/bin:$PATH +You will also need a `java` binary installed: + + sudo apt install default-jre # or something equivalent + Clone and compile: git clone https://git.hush.is/hush/SilentDragonWormhole