mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-24 01:24:28 +01:00
docs: remove limitation about mac intel (#1510)
This commit is contained in:
26
documentation/src/components/DesktopInstallButtons.js
Normal file
26
documentation/src/components/DesktopInstallButtons.js
Normal file
@@ -0,0 +1,26 @@
|
||||
import Link from "@docusaurus/Link";
|
||||
import { IconDownload } from "@site/src/components/icons/download";
|
||||
|
||||
const DesktopInstallButtons = () => {
|
||||
return (
|
||||
<div>
|
||||
<p>To download Goose Desktop for macOS, click one of the buttons below:</p>
|
||||
<div className="pill-button">
|
||||
<Link
|
||||
className="button button--primary button--lg"
|
||||
to="https://github.com/block/goose/releases/download/stable/Goose.zip"
|
||||
>
|
||||
<IconDownload /> macOS Silicon
|
||||
</Link>
|
||||
<Link
|
||||
className="button button--primary button--lg"
|
||||
to="https://github.com/block/goose/releases/download/stable/Goose_intel_mac.zip"
|
||||
>
|
||||
<IconDownload /> macOS Intel
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default DesktopInstallButtons;
|
||||
@@ -4,8 +4,8 @@ import Admonition from "@theme/Admonition";
|
||||
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. However, the macOS desktop app is not currently supported for x86.
|
||||
|
||||
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{" "}
|
||||
<a
|
||||
href="https://github.com/block/goose/discussions/867"
|
||||
|
||||
Reference in New Issue
Block a user