From 78b3bc1949007bfc314690f4651786140e25f34f Mon Sep 17 00:00:00 2001 From: Blake Drumm Date: Tue, 28 Apr 2020 11:44:10 -0400 Subject: [PATCH] Update Readme - Add Installation Commands Update the Perl Install Requirements to include the Commands on How to Install the libraries. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cba0af6..0959942 100644 --- a/README.md +++ b/README.md @@ -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 ddclient libdata-validate-ip-perl` - - `IO::Socket::SSL` perl library for ssl-support - - `JSON::PP` perl library for JSON support - - `IO::Socket:INET6` perl library for ipv6-support + - `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` - Linux or probably any common Unix system