From c87f1987b56c153d2720dd12a07eba197a9282a7 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Fri, 20 Feb 2026 08:54:04 +0100 Subject: [PATCH] docs: update readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ba6001b..2c25937 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,18 @@ Spotify downloader with playlist sync in mind. ## Usage ```bash -spotiflac-cli download [URL] +spotiflac-cli download [URL] -v -o ~/Music/song.flac ``` -## How to install +## How to build 1) Clone the repo ```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 -./tools/fetch_spotiflac_backend.sh +go build . ``` -3) Go get all the dependencies ## License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.