Update README.md

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Blake Drumm 2020-05-15 03:16:59 -04:00 committed by GitHub
parent 78b3bc1949
commit 8faec9f901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,10 +47,10 @@ through github.com. Please check out http://ddclient.net
- one or more accounts from one of the dynamic DNS services
- Perl 5.014 or later
- `Data::Validate::IP` perl library - `sudo apt install -y ddclient libdata-validate-ip-perl`
- `IO::Socket::SSL` perl library for ssl-support - `sudo apt-get install -y libio-socket-ssl-perl`
- `JSON::PP` perl library for JSON support - `sudo apt-get install -y libjson-pp-perl`
- `IO::Socket:INET6` perl library for ipv6-support - `sudo apt-get install -y libio-socket-inet6-perl`
- `Data::Validate::IP` perl library - `apt install libdata-validate-ip-perl`
- `IO::Socket::SSL` perl library for ssl-support - `apt install libio-socket-ssl-perl`
- `JSON::PP` perl library for JSON support - `apt install libjson-pp-perl`
- `IO::Socket:INET6` perl library for ipv6-support - `apt install libio-socket-inet6-perl`
- Linux or probably any common Unix system