aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2021-11-07 09:58:43 -0800
committerRadon Rosborough <radon.neon@gmail.com>2021-11-07 09:58:43 -0800
commitb71a5f615ac610a8efae43b19d3681dc694d6084 (patch)
treedd1c1e4721970e543fe7a359ba6dc28be4f7818d
parent5b36008ed61c5ab075e5994801bd5b11a5776f89 (diff)
[#57] Document inclusion on MELPA
-rw-r--r--README.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/README.md b/README.md
index 9292322..c4f7241 100644
--- a/README.md
+++ b/README.md
@@ -43,19 +43,18 @@ The approach is as follows:
quadratic time, which is why it is only applied if necessary and to
a single patch region.
-## User guide
+## Installation
+
+`el-patch` is available on [MELPA](https://melpa.org/). It is easiest
+to install it using
+[`straight.el`](https://github.com/raxod502/straight.el):
-To get started with Apheleia, install it with
-[`straight.el`](https://github.com/raxod502/straight.el) as follows:
+ (straight-use-package 'apheleia)
- (straight-use-package '(apheleia :host github :repo "raxod502/apheleia"))
+However, you may install using any other package manager if you
+prefer.
-Alternatively, you can use another source-based package manager such
-as [Quelpa](https://framagit.org/steckerhalter/quelpa),
-[El-Get](https://github.com/dimitri/el-get), or
-[Borg](https://github.com/emacscollective/borg). Apheleia is not
-currently listed on [MELPA](https://melpa.org/) or [GNU
-ELPA](https://elpa.gnu.org/).
+## User guide
To your init-file, add the following form: