From 368824fb66dc957e3e07eb48aa654720264d5e32 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sun, 23 Jun 2019 07:17:54 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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