Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
llprtvt committed Oct 2, 2018
1 parent 53cdfcb commit 5599d2d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5599d2d

Please sign in to comment.