From 4cd3bfeae40709b952120827372e4731e7351c77 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 1 Aug 2023 14:44:52 +0300 Subject: fix: Docstrings and Path Update docstrings For (yeetube-load-saved-videos) add if statement to check if yeetube file exists --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3