From aa56666e52a14b3e8b3d3fc17c41071fa79f539f Mon Sep 17 00:00:00 2001 From: Kaimi Date: Tue, 21 Apr 2020 16:04:10 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c42e726..87e421f 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ perl ya.pl -h ```bash brew update brew install perl cpanminus git +cpanm 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 git clone https://github.com/kaimi-io/yandex-music-download.git cd yandex-music-download/src @@ -82,7 +83,7 @@ Otherwise: 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 Mozilla::CA Term::ANSIColor Win32::API Win32::Console Win32API::File +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 ``` 5. Download and unpack Yandex Music Downloader (https://github.com/kaimi-io/yandex-music-download/archive/master.zip) 6. Run: