diff options
author | Thanos Apollo <[email protected]> | 2023-08-16 05:49:44 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-16 05:50:52 +0300 |
commit | b36d316278609faa92a2134bff2bf973b597db20 (patch) | |
tree | 8bae8582b62154bbc8f0186c6b0dec4c95f6deaa | |
parent | 8aee7d5c651199e90f2958f1f217519e3218e3ff (diff) |
README: Add dependencies
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |