summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2023-10-08 14:05:03 +0200
committerGitHub <noreply@github.com>2023-10-08 14:05:03 +0200
commitee857e3acf4beba9e3121bc8e776a048c46fa85f (patch)
tree3910f8e453136973b90da52e7fa9e54b28855abf /README.md
parent974055f638dac907cfb10281bce9cf998641febd (diff)
downloadzsh-ee857e3acf4beba9e3121bc8e776a048c46fa85f.tar.gz
zsh-ee857e3acf4beba9e3121bc8e776a048c46fa85f.tar.bz2
zsh-ee857e3acf4beba9e3121bc8e776a048c46fa85f.zip
Adding operating system compatibility chart
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index d915bd720..70c4faaf0 100644
--- a/README.md
+++ b/README.md
@@ -59,9 +59,21 @@ To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twi
## Getting Started
+### Operating System Compatibility
+
+| O/S | Status |
+| :---------------- | :------: |
+| Android | ✅ |
+| FreeBSD | ✅ |
+| LCARS | 🛸 |
+| Linux | ✅ |
+| MacOS | ✅ |
+| OS/2 Warp | ❌ |
+| Windows (WSL2) | ✅ |
+
+
### Prerequisites
-- A Unix-like operating system: macOS, Linux, BSD. On Windows: WSL2 is preferred, but cygwin or msys also mostly work.
- [Zsh](https://www.zsh.org) should be installed (v4.3.9 or more recent is fine but we prefer 5.0.8 and newer). If not pre-installed (run `zsh --version` to confirm), check the following wiki instructions here: [Installing ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)
- `curl` or `wget` should be installed
- `git` should be installed (recommended v2.4.11 or higher)