aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-01 14:44:52 +0300
committerThanos Apollo <[email protected]>2023-08-01 15:00:28 +0300
commit4cd3bfeae40709b952120827372e4731e7351c77 (patch)
tree0655fd47fc2e9bca228c7c6314db218632586bf1 /README.md
parent9b44d119a0af6444d55a723adc562827be4b1a02 (diff)
fix: Docstrings and Path
Update docstrings For (yeetube-load-saved-videos) add if statement to check if yeetube file exists
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14d522d..f53e63d 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,11 @@ git clone https://git.sr.ht/~thanosapollo/yeetube.el
(load-file "~/path/to/yeetube.el")
```
+- Make sure you have installed `mpv` and `yt-dlp` as well
+*Debian/Ubuntu*
+``` shell
+sudo apt install yt-dlp mpv
+```
## Contributing