summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index 12dc9c0..55bf8f1 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,23 @@
# somafm.rs
-A Rust-based SomaFM command line client. \ No newline at end of file
+A Rust-based command line player for SomaFM radio
+
+Currently requires `mpv` installed as the media backend, pure-rust media output is planned.
+
+## Install
+
+```bash
+$ cargo install somafm
+```
+
+## Usage
+
+```bash
+$ somafm
+⠴ Loading SomaFM channels...
+> Select channel from list: Groove Salad: A nicely chilled plate of ambient/downtempo beats and grooves.
+```
+
+## License
+
+[MIT](LICENSE)