diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-03-24 23:32:00 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-03-24 23:32:00 +0100 |
commit | 2cc5976d26eb4a62d8f067e752ec4a0acc918621 (patch) | |
tree | 5492ba69138a5b9e7fa36e034f928116ed462b2a /README.markdown | |
parent | 8ac1859f377b5292597f11f5973bae1ebc8e2dce (diff) | |
parent | e0246ed5b7c210d4a395a77a5befb44248501989 (diff) | |
download | zsh-2cc5976d26eb4a62d8f067e752ec4a0acc918621.tar.gz zsh-2cc5976d26eb4a62d8f067e752ec4a0acc918621.tar.bz2 zsh-2cc5976d26eb4a62d8f067e752ec4a0acc918621.zip |
Merge pull request #4941 from getaaron/patch-1
Remove "Mac" from "Mac OS X"
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index b7d304116..ca18bc9ba 100644 --- a/README.markdown +++ b/README.markdown @@ -12,9 +12,9 @@ To learn more, visit [ohmyz.sh](http://ohmyz.sh) and follow [@ohmyzsh](https://t ### Prerequisites -__Disclaimer:__ _Oh My Zsh works best on Mac OS X and Linux._ +__Disclaimer:__ _Oh My Zsh works best on OS X and Linux._ -* Unix-based operating system (Mac OS X or Linux) +* Unix-based operating system (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 |