Updated README

This commit is contained in:
luca0N! 2021-03-21 16:56:22 -03:00
parent 8d561767fb
commit be75e15cda
Signed by: luca0N
GPG Key ID: 2E7B4655CF16D7D6
1 changed files with 16 additions and 0 deletions

View File

@ -1,2 +1,18 @@
# Dual # 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
```