From 2c9554890403faf4285795fb1add8fd4fa3736db Mon Sep 17 00:00:00 2001 From: Arunav Sanyal Date: Wed, 16 Aug 2017 22:40:37 -0700 Subject: Slightly cleaner download and install step --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 375e817..aab5b92 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ extensions. Also see our page on [EmacsWiki](http://emacswiki.org/emacs/Evil). Evil lives in a git repository. To download Evil, do ``` -git clone https://github.com/emacs-evil/evil +git clone https://github.com/emacs-evil/evil ~/.emacs.d/evil ``` # Install -Move Evil to `~/.emacs.d/evil`. Then add the following lines to `~/.emacs`: +After the download step, add the following lines to `~/.emacs`: ```elisp (add-to-list 'load-path "~/.emacs.d/evil") -- cgit v1.0