From 5599d2dc57f2d42324573c4e6a61c0c8fae56161 Mon Sep 17 00:00:00 2001 From: Leo Loobeek Date: Mon, 1 Oct 2018 20:36:11 -0500 Subject: [PATCH] Updated README --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4698c23..257f522 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,22 @@ You can retrieve the latest release of keyserver binaries in the Releases page. ### Build -If you would prefer to build the source yourself, make sure Go is +If you would prefer to build the source yourself, make sure Go 1.10+ is installed and execute the following: ``` go get -u github.com/leoloobeek/keyserver ``` -This project does use the following dependency: -github.com/op/go-logging +This project uses the following dependencies: +- github.com/op/go-logging +- github.com/miekg/dns +- github.com/chzyer/readline +### Usage +Head on over to the wiki for more usage information. + +### HUGE Thanks +Thanks to the following people for their awesome code: +- OJ [@TheColonial](https://twitter.com/TheColonial) as I took most of his DNS code from one of his [live streams](https://www.youtube.com/watch?v=FeH2Yrw68f8) +- [evilsocket](https://twitter.com/evilsocket) for [bettercap](https://github.com/bettercap/bettercap), a really well written Go application which I used as a reference point multiple times, including his readline usage. I almost don't want to mention him here, as my Go code is nowhere near his level and this might look bad on him :D