From 622d72a5b901709b2ed8a9df576fbd03ca46d187 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 2 Oct 2023 09:27:40 +0300 Subject: Update README Add straight.el installation instructions --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 98a6cf2..f6a58c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Yeetube.el +# Yeetube ## About - Emacs YouTube Front-End @@ -14,11 +14,23 @@ displayed in a proced-like buffer. ## Installation +### Straight.el + +``` emacs-lisp +(straight-use-package + '(yeetube :type git + :host nil + :repo "https://git.thanosapollo.com/yeetube")) +``` + + +### Manual ``` shell -# Get yeetube using git -git clone https://git.thanosapollo.com/yeetube +$ git clone https://git.thanosapollo.com/yeetube +``` -# Load yeetube +Add this to your emacs configuration +``` emacs-lisp (add-to-list 'load-path "/path/to/yeetube") (load-file "~/path/to/yeetube.el") ``` -- cgit v1.2.3