summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2020-02-29 14:56:37 +0100
committerGitHub <noreply@github.com>2020-02-29 14:56:37 +0100
commit498cd722b39215be04468f291a23b6a76b75b095 (patch)
tree492a424b90c0e52da89e434cf3b30c057edf93c5 /README.md
parent14b4f62e65b3d94c275ea8892f252deae9ce619a (diff)
downloadzsh-498cd722b39215be04468f291a23b6a76b75b095.tar.gz
zsh-498cd722b39215be04468f291a23b6a76b75b095.tar.bz2
zsh-498cd722b39215be04468f291a23b6a76b75b095.zip
Add git version requirement in documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 187cceb7d..2ab859a6a 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twi
* A Unix-like operating system: macOS, Linux, BSD. On Windows: WSL is preferred, but cygwin or msys also mostly work.
* [Zsh](https://www.zsh.org) should be installed (v4.3.9 or more recent). If not pre-installed (run `zsh --version` to confirm), check the following instructions here: [Installing ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)
* `curl` or `wget` should be installed
-* `git` should be installed
+* `git` should be installed (recommended v1.7.2 or higher)
### Basic Installation