diff --git a/README.md b/README.md
index c329fdd..bbdca0b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
 # gomus
 
-cmus but in Go
\ No newline at end of file
+Bubbletea-based terminal music player inspired by cmus.
+
+![](assets/screenshot.png)
+
+## Usage
+```sh
+go run main.go <path-to-music>
+```
diff --git a/assets/screenshot.png b/assets/screenshot.png
new file mode 100644
index 0000000..343536b
Binary files /dev/null and b/assets/screenshot.png differ