mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-21 18:00:26 +01:00
added instructions to install flac on macos
This commit is contained in:
parent
93973902bc
commit
55d97403d5
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ sudo apt install libflac-dev libasound2-dev
|
|||
sudo dnf install flac-devel alsa-lib-devel
|
||||
```
|
||||
|
||||
### MacOSX
|
||||
|
||||
```
|
||||
brew install flac
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue