summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2019-10-01 21:11:18 +0200
committerGitHub <noreply@github.com>2019-10-01 21:11:18 +0200
commita6d71ddadb5c9c1f0ded8ecce228dcde1a23ad05 (patch)
tree1b41270a8db5a24f16604f3096d04bf025b83272 /README.md
parentec7ef7eed15ceca8dabb2dc9269d9fe2a48f9cee (diff)
downloadzsh-a6d71ddadb5c9c1f0ded8ecce228dcde1a23ad05.tar.gz
zsh-a6d71ddadb5c9c1f0ded8ecce228dcde1a23ad05.tar.bz2
zsh-a6d71ddadb5c9c1f0ded8ecce228dcde1a23ad05.zip
Update README with up-to-date platform requirements
Co-authored-by: Emil Engler <me@emilengler.com> Closes #8157
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 78a5b56bd..2f23febf5 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,8 @@ To learn more, visit [ohmyz.sh](https://ohmyz.sh) and follow [@ohmyzsh](https://
### Prerequisites
-__Disclaimer:__ _Oh My Zsh works best on macOS and Linux._
-
-* Unix-like operating system (macOS or Linux)
-* [Zsh](https://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)
+* 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/robbyrussell/oh-my-zsh/wiki/Installing-ZSH)
* `curl` or `wget` should be installed
* `git` should be installed