update using

This commit is contained in:
Balakrishnan Balasubramanian 2023-09-21 17:09:25 -04:00
parent 3f5d108177
commit f5730d2691

View File

@ -5,6 +5,10 @@ CLI tool to manage cloudflare DNS records
### Using go
```bash
go install go.balki.me/cloudflare-dns-cli@latest
# Or run directly
go run go.balki.me/cloudflare-dns-cli@latest
```
### Using docker
```bash