From 2ffdbe16c10d8d9eeac9a5c7ac5a111e53c356f1 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sat, 23 Dec 2017 20:43:26 +0100 Subject: [PATCH] readme: Mention MELPA in installation process --- readme.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.org b/readme.org index 7228472..e5e4f4f 100644 --- a/readme.org +++ b/readme.org @@ -31,9 +31,11 @@ some default bindings to change in the future. ** Installation -- Clone or download this repository. +- Get the package, either from MELPA: -- Modify your ~load-path~: +: M-x package-install RET evil-collection RET + +Or clone / download this repository and modify your ~load-path~: : (add-to-list 'load-path (expand-file-name "/path/to/evil-collection/" user-emacs-directory))