From bdfd62f62351acb472dcba557ed33e7b466b390f Mon Sep 17 00:00:00 2001 From: jahway603 <64485701+jahway603@users.noreply.github.com> Date: Mon, 31 Aug 2020 21:14:18 -0400 Subject: [PATCH] added Wormhole default port # to README.md added Wormhole default port # to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f16b553..2650f8e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Wormhole Service for SilentDragon mobile app at wormhole.myhush.org # Compiling From Source - Install dependencies: sudo apt-get install android-sdk gradle @@ -28,6 +27,8 @@ If the build was successful, you can execute the binary and start the server: java -jar build/libs/wormhole-1.0-SNAPSHOT.jar +Note: The default port of the Wormhole is 7070. This can be changed in source and recompiled if needed. + # License MIT