mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
docs: update readme
This commit is contained in:
11
README.md
11
README.md
@@ -8,19 +8,18 @@ Spotify downloader with playlist sync in mind.
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```bash
|
```bash
|
||||||
spotiflac-cli download [URL]
|
spotiflac-cli download [URL] -v -o ~/Music/song.flac
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to install
|
## How to build
|
||||||
1) Clone the repo
|
1) Clone the repo
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Superredstone/spotiflac-cli
|
git clone https://github.com/Superredstone/spotiflac-cli && cd spotiflac-cli/
|
||||||
```
|
```
|
||||||
2) Download the required libraries
|
2) Build
|
||||||
```bash
|
```bash
|
||||||
./tools/fetch_spotiflac_backend.sh
|
go build .
|
||||||
```
|
```
|
||||||
3) Go get all the dependencies
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
||||||
|
|||||||
Reference in New Issue
Block a user