Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user