From cc909cf41cbbfb1602cf23edc05bf5a3b07806d2 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 30 Mar 2023 09:34:25 -0400 Subject: [PATCH] Add requirements --- docs/get-started/install-tea.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/get-started/install-tea.md b/docs/get-started/install-tea.md index d747120..a003242 100644 --- a/docs/get-started/install-tea.md +++ b/docs/get-started/install-tea.md @@ -49,7 +49,19 @@ See [The `tea` One-Liner](/docs/using-tea/the-tea-one-liner.md) for more details {% endhint %} -## Linux Caveats +## Requirements + +Both aarch64 (arm64) and x86-64 for these platforms: + +* macOS >= 11 +* Linux glibc >=23 +* WSL >=2 + +We want to support Windows native and after that every platform; yes even +your NAS and IoT devices. We’re going to get the above sorted first though. + + +### Linux Caveats On Linux you may need some pre-requisite packages from your system packager. This is a temporary situation that we are fixing.