From 5ee18713a5788ee7ca1c7372714c145f5dc76af7 Mon Sep 17 00:00:00 2001 From: papersackpuppet Date: Fri, 8 Sep 2017 15:59:10 -0500 Subject: [PATCH] Update README.md Updates README with additional instructions. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7949f7d..840c207 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ A simple script in Go language to automatically update Digital ocean DNS records if you have a dynamic IP. Since it can be compiled on any platform, you can use it along with raspberrypi etc. ## requirements -Requires Git and Go for building +Requires Git and Go for building. + +Requires that the record already exists in DigitalOcean's DNS. + ## Usage ```bash git clone https://github.com/anaganisk/digitalocean-dynamic-dns-ip.git @@ -33,4 +36,4 @@ You can either set this to run periodically with a cronjob or use your own metho # m h dom mon dow command */5 * * * * /home/user/digitalocean-dynamic-dns-ip/digitalocean-dynamic-ip -``` \ No newline at end of file +```