From a2565bf599ef5368f89f817c99ee5de6dff223f7 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Fri, 12 Apr 2024 12:51:11 +0300 Subject: [PATCH] readme: add MELPA --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 22a4682..4f8b0d4 100644 --- a/README.org +++ b/README.org @@ -9,11 +9,11 @@ Integrate [[https://www.gnu.org/software/emacs/manual/html_mono/eshell.html][esh This package provides functionality to store and browse eshell history in =atuin=. * Installation -The package isn't yet available anywhere but in this repository. My preferred way for such cases is [[https://github.com/jwiegley/use-package][use-package]] and [[https://github.com/radian-software/straight.el][straight.el]]. +The package is available on MELPA. Install it however you normally install packages, I prefer [[https://github.com/jwiegley/use-package][use-package]] and [[https://github.com/radian-software/straight.el][straight.el]]: #+begin_src emacs-lisp (use-package eshell-atuin - :straight (:host github :repo "SqrtMinusOne/eshell-atuin") + :straight t :after eshell :config (eshell-atuin-mode))