Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kaimi-io/yandex-music-download.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaimi <kaimi-@users.noreply.github.com>2020-04-21 17:36:38 +0300
committerGitHub <noreply@github.com>2020-04-21 17:36:38 +0300
commitdc723007e00cb40dd2366511fdea9c5d4c1687d1 (patch)
tree82d8416c9f105a30e8524f1b8df1f3c3feb0e641
parentaa56666e52a14b3e8b3d3fc17c41071fa79f539f (diff)
Update README.md
-rw-r--r--README.md6
1 files 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