Skip to content

Commit

Permalink
Fix a typo (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
sulavmhrzn committed Oct 2, 2023
1 parent 633d177 commit b56afb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b56afb2

Please sign in to comment.