From ad0a5dc188183f2696feed462020d105c0c39942 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 25 Dec 2023 23:28:29 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 947140d..81e2370 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,21 @@ # fuzzsoma + Choose [SomaFM](https://somafm.com/) station in your terminal with fuzzy search and play it with [VideoLAN](https://www.videolan.org/vlc/) console player ([cvlc](https://forum.videolan.org/viewtopic.php?t=136094)). ## Requirements + - node - cvlc + +## How to Use + +- Clone this repository +- `cd /path/to/fuzzsoma` +- `npm i` +- `npm start` + +Alternatively you can use +``` +npx /path/to/fuzzsoma +```