aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArunav Sanyal <Khalian@users.noreply.github.com>2017-08-16 22:40:37 -0700
committerGitHub <noreply@github.com>2017-08-16 22:40:37 -0700
commit2c9554890403faf4285795fb1add8fd4fa3736db (patch)
tree119d2c83260104337dd7491f68cfe4e7b22636f3 /README.md
parentbae6ff00afbfc22d5466cc7c315fdab105a4455d (diff)
Slightly cleaner download and install step
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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")