aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-07-07 17:55:53 -0500
committerJesús <heckyel@hyperbola.info>2019-07-07 17:55:53 -0500
commit24f6e4049193d6422b4a505b449540e8fe140203 (patch)
tree3160a9fb15629a5bced9a29e8ac80474619959bd
parenta968bf24b647434c6797ddbe38eb6411807ab598 (diff)
downloadlivie-24f6e4049193d6422b4a505b449540e8fe140203.tar.lz
livie-24f6e4049193d6422b4a505b449540e8fe140203.tar.xz
livie-24f6e4049193d6422b4a505b449540e8fe140203.zip
improve README.md
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0af97fc..dfea20e 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,15 @@ Livie allows the user to search youtube.com and play the video from `mpv`.
## Installation in emacs-personal
+Create new dir:
+
mkdir ~/.emacs.d/private/
+Clone repo:
+
git clone https://libregit.org/heckyel/livie.git ~/.emacs.d/private/livie
-open `settings.el` write the following:
+Open `settings.el` write the following:
``` emacs-lisp
(require 'livie "~/.emacs.d/private/livie/livie.el")