diff options
| author | Arunav Sanyal <Khalian@users.noreply.github.com> | 2017-08-16 22:40:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-16 22:40:37 -0700 |
| commit | 2c9554890403faf4285795fb1add8fd4fa3736db (patch) | |
| tree | 119d2c83260104337dd7491f68cfe4e7b22636f3 /README.md | |
| parent | bae6ff00afbfc22d5466cc7c315fdab105a4455d (diff) | |
Slightly cleaner download and install step
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |
