diff --git a/INSTALL b/INSTALL index 7e9cb0c..e8fc21f 100644 --- a/INSTALL +++ b/INSTALL @@ -8,6 +8,7 @@ default for SSH transport since v1.4.6. Syncoid runs will fail if one of them is not available on either end of the transport. On Ubuntu: apt install pv lzop mbuffer +On CentOS: yum install lzo pv mbuffer lzop On FreeBSD: pkg install pv lzop FreeBSD notes: FreeBSD may place pv and lzop in somewhere other than @@ -26,5 +27,6 @@ without it. Config::IniFiles may be installed from CPAN, though the project strongly recommends using your distribution's repositories instead. On Ubuntu: apt install libconfig-inifiles-perl +On CentOS: yum install perl-Config-IniFiles On FreeBSD: pkg install p5-Config-Inifiles