From 3a4d382a744149b8bdbea5b62f66f6705fd5e2c7 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Mon, 3 Jan 2022 12:13:09 +0300 Subject: [PATCH] docs: add MELPA --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index de38f92..aab9113 100644 --- a/README.org +++ b/README.org @@ -1,12 +1,14 @@ #+TITLE: perspective-exwm +[[https://melpa.org/#/perspective-exwm][file:https://melpa.org/packages/perspective-exwm-badge.svg]] + A couple of tricks and fixes to make using [[https://github.com/ch11ng/exwm][EXWM]] and [[https://github.com/nex3/perspective-el][perspective.el]] a better experience. * Installation -While this package isn't available anywhere but here, you can install it directly from the repo, e.g.: +This package is available on MELPA. Install it however you usually install packages, I use [[https://github.com/jwiegley/use-package][use-package]] and [[https://github.com/raxod502/straight.el][straight.el]]: #+begin_src emacs-lisp (use-package perspective-exwm - :straight (:host github :repo "SqrtMinusOne/perspective-ewxm.el")) + :straight t) #+end_src Or clone the repository, add the package to the =load-path= and load it with =require=.