mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-31 21:14:27 +01:00
@@ -5,8 +5,7 @@ const SupportedEnvironments = () => {
|
||||
return (
|
||||
<Admonition type="info" title="Supported Environments">
|
||||
The Goose CLI currently works on <strong>macOS</strong> and <strong>Linux</strong> systems and supports both <strong>ARM</strong> and <strong>x86</strong> architectures.
|
||||
|
||||
On <strong>Windows</strong>, Goose CLI can run via WSL. If you'd like to request support for additional operating systems, please{" "}
|
||||
On <strong>Windows</strong>, Goose CLI can run via WSL, and Goose Desktop is natively supported. If you'd like to request support for additional operating systems, please{" "}
|
||||
<a
|
||||
href="https://github.com/block/goose/discussions/867"
|
||||
target="_blank"
|
||||
|
||||
20
documentation/src/components/WindowsDesktopInstallButtons.js
Normal file
20
documentation/src/components/WindowsDesktopInstallButtons.js
Normal file
@@ -0,0 +1,20 @@
|
||||
import Link from "@docusaurus/Link";
|
||||
import { IconDownload } from "@site/src/components/icons/download";
|
||||
|
||||
const WindowsDesktopInstallButtons = () => {
|
||||
return (
|
||||
<div>
|
||||
<p>To download Goose Desktop for Windows, click the button below:</p>
|
||||
<div className="pill-button">
|
||||
<Link
|
||||
className="button button--primary button--lg"
|
||||
to="https://github.com/block/goose/releases/download/v1.0.29/Goose-win32-x64.zip"
|
||||
>
|
||||
<IconDownload /> Windows
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default WindowsDesktopInstallButtons;
|
||||
Reference in New Issue
Block a user