From be75e15cdab3f3d687f35547262e151dc228f147 Mon Sep 17 00:00:00 2001 From: "luca0N\\!" Date: Sun, 21 Mar 2021 16:56:22 -0300 Subject: [PATCH] Updated README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9d5257c..a0ce45a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # Dual +Dual is a simple management tool that allows you to create custom hostnames for dynamic IP address locally. + +## Running Dual + +Make sure your configuration file [cfg/gen.cfg](cfg/gen.cfg) is correct before running this program. + +```sh +$ java -jar Dual.jar +``` + +## Building Dual + +```sh +$ make +``` +