diff options
-rw-r--r-- | README.md | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,3 +1,24 @@ -# org-yt.el +# Yeetube.el ## About +- Watch & Download Videos from Emacs. + +## Contributing + +- [Mailing list](https://lists.sr.ht/~thanosapollo/yeetube.el) +- [Issue Tracker](https://todo.sr.ht/~thanosapollo/yeetube.el) + + +## Installation + +- Clone repo +``` bash +git clone https://git.sr.ht/~thanosapollo/yeetube.el +``` + +- Add the following to your `init.el` + +``` emacs-lisp +(load-file "/path/to/yeetube.el")) +``` + |