mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 17:21:41 -05:00
Docs: Remove straight.el instructions
I don't use it myself, and these were apparently wrong, anyway. Users who use Straight should know what to do according to its documentation.
This commit is contained in:
parent
6c490fcbc6
commit
286ad502f6
1 changed files with 0 additions and 14 deletions
14
README.org
14
README.org
|
@ -67,20 +67,6 @@ The recommended way to install is with [[https://github.com/quelpa/quelpa-use-pa
|
|||
:quelpa (ement :fetcher github :repo "alphapapa/ement.el"))
|
||||
#+END_SRC
|
||||
|
||||
** Straight
|
||||
|
||||
Using [[https://github.com/raxod502/straight.el][Straight]], it's also very simple:
|
||||
|
||||
#+BEGIN_SRC elisp
|
||||
;; Install `plz' HTTP library (not on MELPA yet).
|
||||
(use-package plz
|
||||
:straight (plz :fetcher github :repo "alphapapa/plz.el"))
|
||||
|
||||
;; Install Ement.
|
||||
(use-package ement
|
||||
:straight (ement :fetcher github :repo "alphapapa/ement.el"))
|
||||
#+END_SRC
|
||||
|
||||
** Manual
|
||||
|
||||
If you want to install it manually, it's simple enough, but you should know what you're doing, and you're on your own.
|
||||
|
|
Loading…
Add table
Reference in a new issue