Update README.md

This commit is contained in:
Guillem Castro 2022-06-08 18:11:58 +02:00 committed by GitHub
parent 81e549f9f4
commit 1a6c1da6a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,12 @@ spotify-dl depends on libflac
### Debian-based distros
```
sudo apt install libflac-dev
sudo apt install libflac-dev libasound2-dev
```
### Red Hat-based distros
```
sudo dnf install flac-devel alsa-lib-devel
```
## Usage