From 1feb821b58f3e28d290f7518287ba332eb270218 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Thu, 12 Feb 2026 21:18:22 +0100 Subject: [PATCH] docs: add usage to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5e53467..366aedc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # spotiflac-cli +Spotify downloader with playlist sync in mind. + +[![asciicast](https://asciinema.org/a/f6g275Bb2BVDoqsH.svg)](https://asciinema.org/a/f6g275Bb2BVDoqsH) + +## Usage +```bash +spotiflac-cli -d $SPOTIFY_LINK +``` + ## How to install 1) Clone the repo ```bash