From d6f41feb7cca3689b4afed9f2fd6b943a8d283f8 Mon Sep 17 00:00:00 2001 From: Kaimi Date: Fri, 15 Jan 2021 09:17:50 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8bf08b6..4970596 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ cd yandex-music-download/src perl ya.pl -h ``` ### MacOS -1. Install brew (https://brew.sh/) +1. Install brew (https://brew.sh/). 2. Run: ```bash brew update @@ -79,8 +79,8 @@ perl ya.pl -h ### Windows With WSL (Windows Subsystem for Linux) installation will be similar to [Ubuntu / Debian](#ubuntu--debian). 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 +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. @@ -88,7 +88,7 @@ Otherwise: ```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 ``` -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: ```bash cd yandex-music-download/src @@ -96,7 +96,7 @@ perl ya.pl -h ``` ### Docker -1. Install Docker (https://docs.docker.com/get-docker/) +1. Install Docker (https://docs.docker.com/get-docker/). 2. Run: ```bash git clone https://github.com/kaimi-io/yandex-music-download.git