Skip to content

Commit

Permalink
[#57] Document inclusion on MELPA
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Nov 7, 2021
1 parent 5b36008 commit b71a5f6
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b71a5f6

Please sign in to comment.