diff --git a/README.md b/README.md
index 781f492..83cc6eb 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,18 @@ Shuffle play a playlist with mpv
includes a webui
## Dependencies
-mpv
-jq
-exiftool
+exiftool
+jq
+mpv
+```shell
+# Debian based
+$ sudo apt install exiftool jq mpv
+
+# Arch
+$ sudo pacman -Syu exiftool jq mpv
+
+# Should work on other systems too, these are pretty universal programs
+```
## Intergrating with a node web server
You'll need these functions in your node server: