branch: elpa/fj
commit f4616ec1d18b383c7b989d0660a5a0d74d671e19
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
readme install/ELPA badge
---
readme.org | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/readme.org b/readme.org
index 48d6d2f294..1969683066 100644
--- a/readme.org
+++ b/readme.org
@@ -1,4 +1,5 @@
+@@html: <a href="https://elpa.nongnu.org/nongnu/fj.html"><img alt="ELPA"
src="https://elpa.nongnu.org/nongnu/fj.svg"></a>@@
@@html: <a href="https://liberapay.com/martianh/donate"><img alt="Donate using
Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>@@
* fj.el
@@ -9,6 +10,19 @@ It doesn't interact with =forge= / =magit=, which don't
implement Gitea/Forgejo
It just aims to cover a few of the bread and butter functions that will save
you switching to the browser 80% of the time.
+* install
+
+=fj.el= is available in [[https://elpa.nongnu.org/][ELPA]].
+
+You can also just pull it from the repo with use-package/straight, such as:
+
+#+begin_src emacs-lisp
+(use-package fj
+ :straight (:type git :host codeberg "martianh/fj.el")
+ :config
+ (setq fj-user "martianh"))
+#+end_src
+
* getting started
** authentication