mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-12 22:30:26 +01:00
Update README.md
This commit is contained in:
parent
81e549f9f4
commit
1a6c1da6a1
1 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,12 @@ spotify-dl depends on libflac
|
||||||
### Debian-based distros
|
### 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
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue