diff options
author | Kevin Ndung'u <kevgathuku@users.noreply.github.com> | 2015-04-18 15:47:08 +0300 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2015-06-11 21:10:35 +0200 |
commit | 4ab430025c97902a28c0fa7aad45e14d0a7852e9 (patch) | |
tree | 463b8551bb2169331056cb68a2a437b0b13aaef7 /README.markdown | |
parent | 23ac32d34680785c678ee64a915d11e12253d206 (diff) | |
download | zsh-4ab430025c97902a28c0fa7aad45e14d0a7852e9.tar.gz zsh-4ab430025c97902a28c0fa7aad45e14d0a7852e9.tar.bz2 zsh-4ab430025c97902a28c0fa7aad45e14d0a7852e9.zip |
Add git to prerequisites
Resolves #3786
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 4723d3486..31cbc810b 100644 --- a/README.markdown +++ b/README.markdown @@ -17,6 +17,7 @@ __Disclaimer:__ _Oh My Zsh works best on Mac OS X and Linux._ * Unix-based operating system (Mac OS X or Linux) * [Zsh](http://www.zsh.org) should be installed (v4.3.9 or more recent). If not pre-installed (`zsh --version` to confirm), check the following instruction here: [Installing-ZSH](https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH) * `curl` or `wget` should be installed +* `git` should be installed ### Basic Installation |