mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
docs: remove limitation about mac intel (#1510)
This commit is contained in:
@@ -6,8 +6,7 @@ sidebar_position: 2
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import { IconDownload } from "@site/src/components/icons/download";
|
||||
import Link from "@docusaurus/Link";
|
||||
import DesktopInstallButtons from '@site/src/components/DesktopInstallButtons';
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="cli" label="Goose CLI" default>
|
||||
@@ -45,17 +44,8 @@ import Link from "@docusaurus/Link";
|
||||
To update Goose to the latest stable version, reinstall using the instructions below
|
||||
:::
|
||||
<div style={{ marginTop: '1rem' }}>
|
||||
1. To update Goose Desktop, click the button below:
|
||||
<div className="pill-button">
|
||||
<Link
|
||||
className="button button--primary button--lg"
|
||||
to="https://github.com/block/goose/releases/download/stable/Goose.zip"
|
||||
>
|
||||
<IconDownload />
|
||||
download goose desktop for macOS
|
||||
</Link>
|
||||
</div>
|
||||
2. Unzip the downloaded `Goose.zip` file.
|
||||
1. <DesktopInstallButtons/>
|
||||
2. Unzip the downloaded zip file.
|
||||
3. Run the executable file to launch the Goose Desktop application.
|
||||
4. Overwrite the existing Goose application with the new version.
|
||||
5. Run the executable file to launch the Goose desktop application.
|
||||
|
||||
Reference in New Issue
Block a user