branch: elpa/evil-lisp-state
commit eefaabc310b78b6947ccb37cc5a9f07dbfd9515b
Author: Sylvain Benner <[email protected]>
Commit: Sylvain Benner <[email protected]>

    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