diff --git a/README.md b/README.md index f14e938..4d9b0b0 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,14 @@ Unfinished and basic API bindings for EasyDNS.com -I originally created this to enable use of Let's Encrypt DNS validation. \ No newline at end of file +I originally created this to enable use of Let's Encrypt DNS validation. + +### Installation + +```bash +go get deadbeef.codes/steven/go-easydns +``` + +### Usage + +See [example-client](https://deadbeef.codes/steven/go-easydns/src/branch/master/example-client/main.go) \ No newline at end of file