mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-10 05:20:25 +01:00
Add dependencies to README
This commit is contained in:
parent
3fc874ce34
commit
13bdfa4e97
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -4,6 +4,16 @@ A command line utility to download songs and playlists directly from Spotify's s
|
|||
|
||||
You need a Spotify Premium account.
|
||||
|
||||
## Dependencies
|
||||
|
||||
spotify-dl depends on libflac
|
||||
|
||||
### Debian-based distros
|
||||
|
||||
```
|
||||
sudo apt install libflac-dev
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue