diff --git a/README.org b/README.org index 30f1b7b..ffc3196 100644 --- a/README.org +++ b/README.org @@ -80,10 +80,11 @@ put something like the following in your init file: #+begin_src emacs-lisp (quelpa '(eat :fetcher git - :url "https://codeberg.org/akib/emacs-eat.git" - :files ("*.el" "dir" - "*.info" "*.texi" - "*.ti" ("e" "e/*"))) + :url "/home/akib/projects/emacs-eat" + :files ("*.el" ("term" "term/*.el") "*.texi" + "*.ti" ("e" "e/*") + ("integration" "integration/*") + (:exclude ".dir-locals.el" "*-tests.el")))) #+end_src ** Manual