From b56afb2b459b93245dede75b7c27fd46753707ff Mon Sep 17 00:00:00 2001 From: Sulav Maharjan <63336944+sulavmhrzn@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:56:05 +0545 Subject: [PATCH] Fix a typo (#360) --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 11e0da3..61a6098 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -50,7 +50,7 @@ You need Python 3.7+. To download songs as MP3, you will need ffmpeg. 1. To retrieve download songs as MP3, you will need to install ffmpeg. If you prefer to skip MP3 conversion, pass `-m` or `--skip_mp3` as a parameter when running the script - - Linux users can get them by installing libav-tools by using apt-get (`sudo apt-get install -y libav-tools`) if you'rte using a Debian/Ubuntu or a package manager which comes with your distro + - Linux users can get them by installing libav-tools by using apt-get (`sudo apt-get install -y libav-tools`) if you're using a Debian/Ubuntu or a package manager which comes with your distro - Windows users can download FFMPEG pre-built binaries from [here](http://ffmpeg.zeranoe.com/builds/). Extract the file using [7-zip](http://7-zip.org/) to a foldrer and [add the folder to your PATH environment variable](http://www.wikihow.com/Install-FFmpeg-on-Windows) 1. If you prefer to skip MP3 conversion, pass `-m` or `--skip_mp3` as a parameter when running the script