Update README.md

This commit is contained in:
He4eT 2023-12-25 23:28:29 +01:00
commit ad0a5dc188

View file

@ -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
```