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 16:04:10 +0300
committerGitHub <noreply@github.com>2020-04-21 16:04:10 +0300
commitaa56666e52a14b3e8b3d3fc17c41071fa79f539f (patch)
tree9e596bc2a10ad594c7b665808653a00dd7b78d12
parentc39dd0fd267f64fd8e07fa3de22c112aad8d6759 (diff)
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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: