aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-16 05:49:44 +0300
committerThanos Apollo <[email protected]>2023-08-16 05:50:52 +0300
commitb36d316278609faa92a2134bff2bf973b597db20 (patch)
tree8bae8582b62154bbc8f0186c6b0dec4c95f6deaa /README.md
parent8aee7d5c651199e90f2958f1f217519e3218e3ff (diff)
README: Add dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
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