···11-# DNS Updater
11+# `dyns` DNS Updater
2233This small application can be used to update the value of a DNS record in
44**DigitalOcean** with the public IP.
···1515pipx install git+https://github.com/marcosgabarda/dyns-cli
1616```
17171818-This will add `dyns` command to your shell.
1818+This will add `dyns` command to your shell:
1919+2020+```bash
2121+$ dyns -h
2222+2323+usage: dyns [-h] [-v] record
2424+2525+A simple command to update a DNS record in DigitalOcean with your public IP.
2626+2727+positional arguments:
2828+ record domain name (ex. 'home.example.com') to update with your public IP
2929+3030+options:
3131+ -h, --help show this help message and exit
3232+ -v, --version show version
3333+```