diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-12-08 02:10:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-08 02:10:18 +0100 |
commit | 937a7f66ef852c2d2a5da7907504f6d61ed92433 (patch) | |
tree | 0aae7c13bc04af85cf6b5ddecd51991892b5f6d5 /README.md | |
parent | 6ee6a734c24b8f2cda43f230142f0f02cfb52fb3 (diff) | |
download | zsh-937a7f66ef852c2d2a5da7907504f6d61ed92433.tar.gz zsh-937a7f66ef852c2d2a5da7907504f6d61ed92433.tar.bz2 zsh-937a7f66ef852c2d2a5da7907504f6d61ed92433.zip |
Precise Unix-based wording
Closes #5681
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ To learn more, visit [ohmyz.sh](http://ohmyz.sh) and follow [@ohmyzsh](https://t __Disclaimer:__ _Oh My Zsh works best on macOS and Linux._ -* Unix-based operating system (macOS or Linux) +* Unix-like 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 |