diff options
| author | Hikmat Jafarli <jafarlihi@gmail.com> | 2019-05-09 16:23:03 +0400 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2019-11-19 14:48:36 +0100 |
| commit | b1fbbf5cbe60b2cfcd2514cf0c94c335d29cc05b (patch) | |
| tree | d2f514d13d70d07d522c835845464869037fee1e | |
| parent | 6ce5eef19032c71158828f41b2b64ab86b2f88ab (diff) | |
Clone shallow repository in README.md#download
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ 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 ~/.emacs.d/evil +git clone --depth 1 https://github.com/emacs-evil/evil ~/.emacs.d/evil ``` # Install |
