readme: Mention MELPA in installation process

This commit is contained in:
Pierre Neidhardt 2017-12-23 20:43:26 +01:00
parent c635a1c832
commit 2ffdbe16c1
1 changed files with 4 additions and 2 deletions

View File

@ -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))