diff options
| author | Jason D. McCormick <jason@mfamily.org> | 2022-11-26 14:05:46 -0500 |
|---|---|---|
| committer | Jason D. McCormick <jason@mfamily.org> | 2022-11-26 14:05:46 -0500 |
| commit | 59542bb87f1787a9c2c7c10c4f410adee7bf9d70 (patch) | |
| tree | cff64bee72a0d7657812f249f83358432b16c87e | |
| parent | b5d846201758164dbe90e7c55cb77608fba2853e (diff) | |
fix docs
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,10 +7,11 @@ Python 3 libraries. It is not compatible with Python 2. # Installation There is really nothing to install unless you need to add Python3 stock libraries to your system. Copy he-dyndns somewhere useful -such as /usr/local/bin. +such as `/usr/local/bin`. -For Debian/Ubuntu systems: apt install python3-dns python3-urllib3 -For Fedora systems: dnf install python3-dns python3-urllib3 +For Debian/Ubuntu systems: ``apt install python3-dns python3-dnspython python3-urllib3`` + +For Fedora systems: ``dnf install python3-dns python3-urllib3`` # Configuration Unless using the ``--key`` argument, keys for the dyanmic record |
