mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2025-07-03 04:25:32 +02:00
Update workflows & README
This commit is contained in:
parent
ad9288d243
commit
d56e5c6c78
7 changed files with 1 additions and 42 deletions
23
README.md
23
README.md
|
@ -4,30 +4,9 @@ A command line utility to download songs, podcasts, playlists and albums directl
|
|||
|
||||
You need a Spotify Premium account.
|
||||
|
||||
## Dependencies
|
||||
|
||||
spotify-dl depends on libflac
|
||||
|
||||
### Debian-based distros
|
||||
|
||||
```
|
||||
sudo apt install libflac-dev libasound2-dev
|
||||
```
|
||||
### Red Hat-based distros
|
||||
|
||||
```
|
||||
sudo dnf install flac-devel alsa-lib-devel
|
||||
```
|
||||
|
||||
### MacOSX
|
||||
|
||||
```
|
||||
brew install flac
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
Before installation, make sure all dependencies are installed for your platform.
|
||||
You can install it using `cargo`, `homebrew` or from source.
|
||||
|
||||
### Using `cargo`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue