0

Update README.md

This commit is contained in:
Kaimi
2021-01-15 09:17:50 +03:00
committed by GitHub
parent 8bd3abca9e
commit d6f41feb7c

View File

@@ -65,7 +65,7 @@ cd yandex-music-download/src
perl ya.pl -h perl ya.pl -h
``` ```
### MacOS ### MacOS
1. Install brew (https://brew.sh/) 1. Install brew (https://brew.sh/).
2. Run: 2. Run:
```bash ```bash
brew update brew update
@@ -79,8 +79,8 @@ perl ya.pl -h
### Windows ### Windows
With WSL (Windows Subsystem for Linux) installation will be similar to [Ubuntu / Debian](#ubuntu--debian). With WSL (Windows Subsystem for Linux) installation will be similar to [Ubuntu / Debian](#ubuntu--debian).
Otherwise: Otherwise:
1. Download and install ActiveState Perl (https://www.activestate.com/products/perl/downloads/) or Strawberry Perl (http://strawberryperl.com/) 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 2. Ensure, that Perl was added to system `PATH` environment variable.
3. From Windows command line run: 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.
@@ -88,7 +88,7 @@ Otherwise:
```bash ```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 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) 5. Download and unpack Yandex Music Downloader (https://github.com/kaimi-io/yandex-music-download/archive/master.zip).
6. Run: 6. Run:
```bash ```bash
cd yandex-music-download/src cd yandex-music-download/src
@@ -96,7 +96,7 @@ perl ya.pl -h
``` ```
### Docker ### Docker
1. Install Docker (https://docs.docker.com/get-docker/) 1. Install Docker (https://docs.docker.com/get-docker/).
2. Run: 2. Run:
```bash ```bash
git clone https://github.com/kaimi-io/yandex-music-download.git git clone https://github.com/kaimi-io/yandex-music-download.git