From 4394fc5bd0b9d5b22275a1517510015e299b9f90 Mon Sep 17 00:00:00 2001 From: Adrien Vakili Date: Sat, 13 Jul 2024 17:56:11 +0200 Subject: [PATCH] Update README.org --- README.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 808daca..8a40ac3 100644 --- a/README.org +++ b/README.org @@ -33,7 +33,7 @@ Optionally you can install it via [[https://github.com/quelpa/quelpa][quelpa]] t (justl-recipe-width 25)) #+end_example -For [[https://github.com/doomemacs/doomemacs][doom emacs]], you can install as: +For [[https://github.com/doomemacs/doomemacs][doom emacs]], you can install by adding the following to your `config.el`: #+begin_example elisp (use-package! justl @@ -41,6 +41,12 @@ For [[https://github.com/doomemacs/doomemacs][doom emacs]], you can install as: (map! :n "e" 'justl-exec-recipe)) #+end_example +and the following to your `packages.el`: + +#+begin_example elisp +(package! justl :recipe (:host github :repo "psibi/justl.el")) +#+end_example + * Usage To list all the recipes present in your justfile, call