From 4ff03d34db8cdf20d136cbaa1ff4560b11097930 Mon Sep 17 00:00:00 2001 From: Adewale Abati Date: Wed, 19 Feb 2025 18:35:01 +0100 Subject: [PATCH 1/2] updating goose --- documentation/docs/guides/updating-goose.md | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 documentation/docs/guides/updating-goose.md diff --git a/documentation/docs/guides/updating-goose.md b/documentation/docs/guides/updating-goose.md new file mode 100644 index 000000000..70621d514 --- /dev/null +++ b/documentation/docs/guides/updating-goose.md @@ -0,0 +1,35 @@ +# Updating Goose + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + + +This guide explains how to keep your Goose installation up to date with the latest features and improvements. + + + + You can update Goose by running 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 + ``` + + + + To update Goose Desktop: + - Download the latest version of Goose from the [releases page](https://github.com/block/goose/releases/download/stable/Goose.zip) + - Unzip the downloaded `Goose.zip` file. + - Overwrite the existing Goose application with the new version. + - Run the executable file to launch the Goose desktop application. + + + + +All configuration settings will remain the same, with Goose updated to the latest version. + From 931160c39db9701cbaf6a7d061dcd73f58324d25 Mon Sep 17 00:00:00 2001 From: angiejones Date: Wed, 19 Feb 2025 20:13:02 -0600 Subject: [PATCH 2/2] adding button --- .../docs/guides/goose-cli-commands.md | 2 +- documentation/docs/guides/updating-goose.md | 31 ++++++++++++++----- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/documentation/docs/guides/goose-cli-commands.md b/documentation/docs/guides/goose-cli-commands.md index 428ce632f..92d5d0305 100644 --- a/documentation/docs/guides/goose-cli-commands.md +++ b/documentation/docs/guides/goose-cli-commands.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 4 --- # CLI Commands diff --git a/documentation/docs/guides/updating-goose.md b/documentation/docs/guides/updating-goose.md index 70621d514..312555de9 100644 --- a/documentation/docs/guides/updating-goose.md +++ b/documentation/docs/guides/updating-goose.md @@ -1,10 +1,17 @@ +--- +sidebar_position: 2 +--- # Updating Goose import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import { IconDownload } from "@site/src/components/icons/download"; +import Link from "@docusaurus/Link"; +:::info +To update Goose to the latest stable version, reinstall using the instructions below +::: -This guide explains how to keep your Goose installation up to date with the latest features and improvements. @@ -22,12 +29,22 @@ This guide explains how to keep your Goose installation up to date with the late - To update Goose Desktop: - - Download the latest version of Goose from the [releases page](https://github.com/block/goose/releases/download/stable/Goose.zip) - - Unzip the downloaded `Goose.zip` file. - - Overwrite the existing Goose application with the new version. - - Run the executable file to launch the Goose desktop application. - +
+ 1. To update Goose Desktop, click the button below: +
+ + + download goose desktop for macOS + +
+ 2. Unzip the downloaded `Goose.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. +