1
0

Update README.md

Updates README with additional instructions.
This commit is contained in:
papersackpuppet 2017-09-08 15:59:10 -05:00 committed by GitHub
parent d2cff7ecc2
commit 5ee18713a5

View File

@ -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. 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 ## requirements
Requires Git and Go for building Requires Git and Go for building.
Requires that the record already exists in DigitalOcean's DNS.
## Usage ## Usage
```bash ```bash
git clone https://github.com/anaganisk/digitalocean-dynamic-dns-ip.git 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 # m h dom mon dow command
*/5 * * * * /home/user/digitalocean-dynamic-dns-ip/digitalocean-dynamic-ip */5 * * * * /home/user/digitalocean-dynamic-dns-ip/digitalocean-dynamic-ip
``` ```