Skip to content

Commit

Permalink
readme: add MELPA
Browse files Browse the repository at this point in the history
  • Loading branch information
SqrtMinusOne committed Mar 2, 2024
1 parent 3976fb0 commit d1b39da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#+TITLE: reverso.el

[[https://melpa.org/#/reverso][file:https://melpa.org/packages/reverso-badge.svg]]

Emacs client for [[https://www.reverso.net/][Reverso]]. The implemented features are:
- [[https://www.reverso.net/text-translation][Translation]]
- [[https://context.reverso.net/translation/][Context]] (AKA bilingual concordances)
Expand All @@ -8,11 +10,11 @@ Emacs client for [[https://www.reverso.net/][Reverso]]. The implemented features
- [[https://conjugator.reverso.net/conjugation-english.html][Conjugation]]

* 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, e.g. with [[https://github.com/jwiegley/use-package][use-package]] and [[https://github.com/radian-software/straight.el][straight.el]]:

#+begin_src emacs-lisp
(use-package reverso
:straight (:host github :repo "SqrtMinusOne/reverso.el"))
:straight t)
#+end_src

Or [[https://tony-zorman.com/posts/use-package-vc.html][use-package with vc]], which works on Emacs 30 out-of-the-box.
Expand Down

0 comments on commit d1b39da

Please sign in to comment.