From b36d316278609faa92a2134bff2bf973b597db20 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 16 Aug 2023 05:49:44 +0300 Subject: README: Add dependencies --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index abc1e81..727b7fb 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,14 @@ git clone https://git.sr.ht/~thanosapollo/yeetube.el ``` -Install `mpv` & `yt-dlp` +### Dependencies +- [mpv](https://mpv.io/): default multimedia player +- [yt-dlp](https://github.com/yt-dlp/yt-dlp): download functionality +- socat: control mpv *e.g pause/play* + *Debian/Ubuntu* ``` shell -sudo apt install yt-dlp mpv +sudo apt install mpv yt-dlp socat ``` ## Contributing -- cgit v1.2.3