From dc723007e00cb40dd2366511fdea9c5d4c1687d1 Mon Sep 17 00:00:00 2001 From: Kaimi Date: Tue, 21 Apr 2020 17:36:38 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87e421f..829f0ee 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,10 @@ Otherwise: 1. Download and install ActiveState Perl (https://www.activestate.com/products/perl/downloads/) or Strawberry Perl (http://strawberryperl.com/) 2. Ensure, that Perl was added to system `PATH` environment variable 3. From Windows command line run: -`perl -v` -It should output Perl version. If not, refer to your Perl distribution documentation about adding Perl to your `PATH` environment variable +```perl -v``` + +It should output Perl version. If not, refer to your Perl distribution documentation about adding Perl to your `PATH` environment variable. + 4. Install required modules (it can be done via PPM if you're using ActiveState Perl): ```bash cpan install Digest::MD5 File::Copy File::Spec File::Temp Getopt::Long::Descriptive HTML::Entities HTTP::Cookies JSON::PP LWP::Protocol::https LWP::UserAgent MP3::Tag Term::ANSIColor Mozilla::CA Win32::API Win32::Console Win32API::File