From 6e9423b8c4a3e47216e6bb473cda2ddceea26a76 Mon Sep 17 00:00:00 2001 From: MiladNazeri Date: Wed, 29 Jan 2025 22:23:00 -0800 Subject: [PATCH] Update SupportedEnvironments.js so others don't get confused on why they can not open the macos app on x86 (#888) Co-authored-by: Angie Jones --- documentation/src/components/SupportedEnvironments.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/src/components/SupportedEnvironments.js b/documentation/src/components/SupportedEnvironments.js index cba9752a..57f9fbd3 100644 --- a/documentation/src/components/SupportedEnvironments.js +++ b/documentation/src/components/SupportedEnvironments.js @@ -4,8 +4,8 @@ import Admonition from "@theme/Admonition"; const SupportedEnvironments = () => { return ( - Goose currently works on macOS and Linux systems and supports both ARM and x86 architectures. - + The Goose CLI currently works on macOS and Linux systems and supports both ARM and x86 architectures. However, the macOS desktop app is not currently supported for x86. + On Windows, Goose CLI can run via WSL. If you'd like to request support for additional operating systems, please{" "}