emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-lisp-state eefaabc310 027/125: Add installation instr


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state eefaabc310 027/125: Add installation instruction for MELPA and Cask in readme
Date: Thu, 6 Jan 2022 04:58:39 -0500 (EST)

branch: elpa/evil-lisp-state
commit eefaabc310b78b6947ccb37cc5a9f07dbfd9515b
Author: Sylvain Benner <sylvain.benner@gmail.com>
Commit: Sylvain Benner <sylvain.benner@gmail.com>

    Add installation instruction for MELPA and Cask in readme
---
 README.md | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 79c398a504..d1d9d8b59f 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,21 @@ using [smartparens][smartparens-link] and mnemonic key 
bindings.
 
 ## Install
 
-### MELPA
+### Package manager
 
-A [MELPA][melpa-link] package will be available soon. For you have to use the
-manual method.
+You can either install `evil-lisp-state` from [MELPA][melpa-link]:
+
+```
+ M-x package-install evil-list-state
+```
+
+Or add it to your `Cask` file:
+
+```elisp
+(source melpa)
+
+(depends-on "evil-lisp-state")
+```
 
 ### Manually
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]