From 843e309bc96861882a4bc70f23feff7fa4fbca9b Mon Sep 17 00:00:00 2001 From: imacat Date: Thu, 11 Feb 2021 08:38:10 +0800 Subject: [PATCH] Added the missing information on installing Compress::Bzip2 on ActivePerl. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ca98aa..a8bcee8 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,10 @@ System Requirement ports install p5-Compress-Bzip2 + For ActivePerl: + + ppm install Compress-Bzip2 + The alternative `bzip2.exe` for MS-Windows can be obtained from [the bzip2 website]. Be sure to save it as `bzip2.exe` somewhere in your `PATH`.