Skip to content

Commit 4550d82

Browse files
committed
docs: mention Debian package in Usage section
1 parent 3bf0a9b commit 4550d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To run the tool you'll need an [API token](https://dash.cloudflare.com/profile/a
2424

2525
Once you got the executable you can use it in two ways: you can pass the API Token and the record name as command line arguments or you can use a ini configuration file, tipically located in `/etc/cloudflare-ddns/config.ini`, by passing no arguments at all; [here's the template](exe/config.ini). On custom installations the default config path might be different, but you can always locate it by running the tool without arguments. If you prefer, you can even use a configuration file in a custom location, using `--config file-path`.
2626

27-
You can download the latest release from the GitHub Releases page, or, if you prefer, you can [build](#Build) the program yourself.
27+
If you're on Debian 12 or Ubuntu 22.10 the recommended install method is via the package manager; simply run `apt install cloudflare-ddns` and you'll automatically get the executable and a systemd timer. On other systems you can download the latest release from the GitHub Releases page, or, if you prefer, you can [build](#Build) the program yourself.
2828

2929
## Library
3030

0 commit comments

Comments
 (0)