From f1da4903988c95332200a1b21498ce50e21a0742 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Tue, 3 Sep 2019 19:47:45 -0700 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fd18e42..272333b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ Wormhole Service for SilentDragon mobile app # Compiling From Source + +Install dependencies: + + sudo apt-get install gradle + +Clone and compile: + git clone https://github.com/MyHush/SilentDragonWormhole cd SilentDragonWormhole gradle build