From 430d1e2841ded6c897662d5199ed0cb4ba96566e Mon Sep 17 00:00:00 2001 From: Romain de Laage Date: Mon, 27 Jul 2020 18:53:14 +0200 Subject: [PATCH] Update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0e46f56..2651de7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ Required packages: - dnsutils - curl + +When you are configuring the package you must place the *.env file in the home directory of the user who will execute the script by copying the exemple file, then edit it : + +``` +cp myscript.env.example ~/myscript.env +nano ~/myscript.env +``` + +Moreover, you should add a job to execute some scripts in a crontab, for example it could be a good idea for the dyndns script or the renew script.