mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
Docs linux desktop (#3007)
This commit is contained in:
@@ -3,16 +3,14 @@ sidebar_position: 1
|
||||
---
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import SupportedEnvironments from '@site/src/components/SupportedEnvironments';
|
||||
import RateLimits from '@site/src/components/RateLimits';
|
||||
import MacDesktopInstallButtons from '@site/src/components/MacDesktopInstallButtons';
|
||||
import WindowsDesktopInstallButtons from '@site/src/components/WindowsDesktopInstallButtons';
|
||||
import LinuxDesktopInstallButtons from '@site/src/components/LinuxDesktopInstallButtons';
|
||||
|
||||
|
||||
# Install Goose
|
||||
|
||||
<SupportedEnvironments />
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="mac" label="macOS" default>
|
||||
Choose to install Goose on CLI and/or Desktop:
|
||||
@@ -82,18 +80,46 @@ import WindowsDesktopInstallButtons from '@site/src/components/WindowsDesktopIns
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="linux" label="Linux" default>
|
||||
Run the following command to install the Goose CLI on Linux:
|
||||
Choose to install Goose on CLI and/or Desktop:
|
||||
|
||||
```sh
|
||||
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash
|
||||
```
|
||||
This script will fetch the latest version of Goose and set it up on your system.
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
Install Goose Desktop directly from the browser.
|
||||
|
||||
<h3 style={{ marginTop: '1rem' }}>Install via Download</h3>
|
||||
<LinuxDesktopInstallButtons/>
|
||||
|
||||
If you'd like to install without interactive configuration, disable `CONFIGURE`:
|
||||
<div style={{ marginTop: '1rem' }}>
|
||||
1. Extract the downloaded tar.bz2 file.
|
||||
2. Run the executable file to launch the Goose Desktop application.
|
||||
|
||||
```sh
|
||||
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash
|
||||
```
|
||||
:::tip Updating Goose
|
||||
It's best to keep Goose updated by periodically running the installation steps again.
|
||||
:::
|
||||
</div>
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
Run the following command to install the Goose CLI on Linux:
|
||||
|
||||
```sh
|
||||
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash
|
||||
```
|
||||
This script will fetch the latest version of Goose and set it up on your system.
|
||||
|
||||
If you'd like to install without interactive configuration, disable `CONFIGURE`:
|
||||
|
||||
```sh
|
||||
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash
|
||||
```
|
||||
|
||||
:::tip Updating Goose
|
||||
It's best to keep Goose updated. To update Goose, run:
|
||||
```sh
|
||||
goose update
|
||||
```
|
||||
:::
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="windows" label="Windows">
|
||||
|
||||
Reference in New Issue
Block a user