mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
22 lines
442 B
Markdown
22 lines
442 B
Markdown
# spotiflac-cli
|
|
|
|
Spotify downloader with playlist sync in mind.
|
|
|
|
[](https://asciinema.org/a/f6g275Bb2BVDoqsH)
|
|
|
|
## Usage
|
|
```bash
|
|
spotiflac-cli -d $SPOTIFY_LINK
|
|
```
|
|
|
|
## How to install
|
|
1) Clone the repo
|
|
```bash
|
|
git clone https://github.com/Superredstone/spotiflac-cli
|
|
```
|
|
2) Download the required libraries
|
|
```bash
|
|
./tools/fetch_spotiflac_backend.sh
|
|
```
|
|
3) Go get all the dependencies
|