From 0485c33ec1ca14d7720ffd60cdc1f5c6063f776f Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Fri, 16 Jun 2023 14:09:05 +0200 Subject: [PATCH] docs: update README (Arch Linux installation) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6d469f4..83647fb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ Update DNS A/AAAA records with your current external IP address using the netcup DNS API. +## Installation + +On Arch Linux: + +```shell +make +``` + +With `pip`: + +```shell +make install-pip +``` + ## Configuration For each netcup customer, create a `.json` configuration file inside `/etc/netcup-dpns`.