diff options
author | Thanos Apollo <[email protected]> | 2023-08-01 14:44:52 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-01 15:00:28 +0300 |
commit | 4cd3bfeae40709b952120827372e4731e7351c77 (patch) | |
tree | 0655fd47fc2e9bca228c7c6314db218632586bf1 /README.md | |
parent | 9b44d119a0af6444d55a723adc562827be4b1a02 (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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |