aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHikmat Jafarli <jafarlihi@gmail.com>2019-05-09 16:23:03 +0400
committerEivind Fonn <evfonn@gmail.com>2019-11-19 14:48:36 +0100
commitb1fbbf5cbe60b2cfcd2514cf0c94c335d29cc05b (patch)
treed2f514d13d70d07d522c835845464869037fee1e
parent6ce5eef19032c71158828f41b2b64ab86b2f88ab (diff)
Clone shallow repository in README.md#download
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c378e02..72144f8 100644
--- a/README.md
+++ b/README.md
@@ -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