From 4413e6892864dd2559d40272afb73f14c4e327fd Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 19 May 2021 11:45:01 -0700 Subject: [PATCH] Readme: add releases page link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2030eea..c1e065e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Currently, DsDDNS can manage A and AAAA records for the following services: ## Installation +Grab Windows and Linux binaries from the [releases](https://github.com/YoRyan/dsddns/releases) page. + +Or, to build and install your own copy, + ``` $ go get -u github.com/YoRyan/dsddns ```