From 13bdfa4e97d51d3219044d6aef495154a04f27c6 Mon Sep 17 00:00:00 2001 From: Guillem Castro Date: Sun, 25 Oct 2020 01:45:04 +0200 Subject: [PATCH] Add dependencies to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index da43301..023cf8c 100644 --- a/README.md +++ b/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 ```