From f229cfb1fdeb33a0de2a76ea25796d22fdbed557 Mon Sep 17 00:00:00 2001 From: DeaDvey <deadvey@deadvey.com> Date: Sun, 3 Nov 2024 20:22:07 +0000 Subject: [PATCH] fixed dependency bit in readme --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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<br/> includes a webui<br/> ## Dependencies -mpv -jq -exiftool +exiftool<br/> +jq<br/> +mpv<br/> +```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: