diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-10-13 23:43:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-13 23:43:20 +0200 |
commit | c1ee74e7e38018ca9d2b2ffa77365366676fd82b (patch) | |
tree | 0e41084279a8fbc9991a1d1b7e8bd0942e5ce48f /README.md | |
parent | c24dfa1ab4abb1f28fad7666f3bc24f3abced801 (diff) | |
parent | c861430d3e8ff202b84b2a89c3caa6e414e2f8c1 (diff) | |
download | zsh-c1ee74e7e38018ca9d2b2ffa77365366676fd82b.tar.gz zsh-c1ee74e7e38018ca9d2b2ffa77365366676fd82b.tar.bz2 zsh-c1ee74e7e38018ca9d2b2ffa77365366676fd82b.zip |
Change OS X to macOS on README (#5528)
Change OS X to macOS in the README file in line with apples rebranding
of the operating system.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,9 +18,9 @@ To learn more, visit [ohmyz.sh](http://ohmyz.sh) and follow [@ohmyzsh](https://t ### Prerequisites -__Disclaimer:__ _Oh My Zsh works best on OS X and Linux._ +__Disclaimer:__ _Oh My Zsh works best on macOS and Linux._ -* Unix-based operating system (OS X or Linux) +* Unix-based operating system (macOS 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 |