Update README

This commit is contained in:
Romain de Laage 2020-07-27 18:53:14 +02:00
parent 132dc8de5a
commit 430d1e2841
Signed by: rdelaage
GPG Key ID: 534845FADDF0C329
1 changed files with 9 additions and 0 deletions

View File

@ -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.