mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +01:00
@@ -6,51 +6,72 @@ sidebar_label: Updating Goose
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import DesktopInstallButtons from '@site/src/components/DesktopInstallButtons';
|
||||
import MacDesktopInstallButtons from '@site/src/components/MacDesktopInstallButtons';
|
||||
import WindowsDesktopInstallButtons from '@site/src/components/WindowsDesktopInstallButtons';
|
||||
|
||||
The Goose CLI and desktop apps are under active and continuous development. To get the newest features and fixes, you should periodically update your Goose client using the following instructions.
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
<Tabs>
|
||||
<TabItem value="mac" label="macOS" default>
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
:::info
|
||||
To update Goose to the latest stable version, reinstall using the instructions below
|
||||
:::
|
||||
<div style={{ marginTop: '1rem' }}>
|
||||
1. <DesktopInstallButtons/>
|
||||
1. <MacDesktopInstallButtons/>
|
||||
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.
|
||||
</div>
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
You can update Goose by running:
|
||||
|
||||
```sh
|
||||
goose update
|
||||
```
|
||||
|
||||
Additional [options](/docs/guides/goose-cli-commands#update-options):
|
||||
|
||||
```sh
|
||||
# Update to latest canary (development) version
|
||||
goose update --canary
|
||||
|
||||
# Update and reconfigure settings
|
||||
goose update --reconfigure
|
||||
```
|
||||
|
||||
Or you can run the [installation](/docs/getting-started/installation) script again:
|
||||
|
||||
```sh
|
||||
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash
|
||||
```
|
||||
|
||||
To check your current Goose version, use the following command:
|
||||
|
||||
```sh
|
||||
goose --version
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
You can update Goose by running:
|
||||
|
||||
```sh
|
||||
goose update
|
||||
```
|
||||
|
||||
Additional [options](/docs/guides/goose-cli-commands#update-options):
|
||||
|
||||
```sh
|
||||
# Update to latest canary (development) version
|
||||
goose update --canary
|
||||
|
||||
# Update and reconfigure settings
|
||||
goose update --reconfigure
|
||||
```
|
||||
|
||||
Or you can run the [installation](/docs/getting-started/installation) script again:
|
||||
|
||||
```sh
|
||||
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash
|
||||
```
|
||||
|
||||
To check your current Goose version, use the following command:
|
||||
|
||||
```sh
|
||||
goose --version
|
||||
```
|
||||
|
||||
<TabItem value="windows" label="Windows">
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
:::info
|
||||
To update Goose to the latest stable version, reinstall using the instructions below
|
||||
:::
|
||||
<div style={{ marginTop: '1rem' }}>
|
||||
1. <WindowsDesktopInstallButtons/>
|
||||
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.
|
||||
</div>
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
Reference in New Issue
Block a user