aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-01 09:16:18 +0300
committerThanos Apollo <[email protected]>2023-07-01 09:25:37 +0300
commite0b1b66c0d84b966a22d370dac03f952b6ba003f (patch)
tree95f13e8576a33003abd9d92387e0b38201567f4c /README.md
parent960c21d14f9984f5a36257fdafaa838874d3924a (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 22 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ea0e5d..dfb0478 100644
--- a/README.md
+++ b/README.md
@@ -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"))
+```
+