Update 'README.md'

This commit is contained in:
Steven Polley 2019-06-23 07:17:54 +00:00
parent 3f5a20dfe9
commit 368824fb66
1 changed files with 11 additions and 1 deletions

View File

@ -2,4 +2,14 @@
Unfinished and basic API bindings for EasyDNS.com Unfinished and basic API bindings for EasyDNS.com
I originally created this to enable use of Let's Encrypt DNS validation. 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)