mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +01:00
Update linux instructions (#3087)
This commit is contained in:
@@ -90,9 +90,12 @@ import LinuxDesktopInstallButtons from '@site/src/components/LinuxDesktopInstall
|
|||||||
<LinuxDesktopInstallButtons/>
|
<LinuxDesktopInstallButtons/>
|
||||||
|
|
||||||
<div style={{ marginTop: '1rem' }}>
|
<div style={{ marginTop: '1rem' }}>
|
||||||
1. Extract the downloaded tar.bz2 file.
|
**For Debian/Ubuntu-based distributions:**
|
||||||
2. Run the executable file to launch the Goose Desktop application.
|
1. Download the DEB file
|
||||||
|
2. Navigate to the directory where it is saved in a terminal
|
||||||
|
3. Run `sudo dpkg -i (filename).deb`
|
||||||
|
4. Launch Goose from the app menu
|
||||||
|
|
||||||
:::tip Updating Goose
|
:::tip Updating Goose
|
||||||
It's best to keep Goose updated by periodically running the installation steps again.
|
It's best to keep Goose updated by periodically running the installation steps again.
|
||||||
:::
|
:::
|
||||||
|
|||||||
@@ -67,10 +67,13 @@ The Goose CLI and desktop apps are under active and continuous development. To g
|
|||||||
:::
|
:::
|
||||||
<div style={{ marginTop: '1rem' }}>
|
<div style={{ marginTop: '1rem' }}>
|
||||||
1. <LinuxDesktopInstallButtons/>
|
1. <LinuxDesktopInstallButtons/>
|
||||||
2. Extract the downloaded tar.bz2 file.
|
|
||||||
3. Run the executable file to launch the Goose Desktop application.
|
**For Debian/Ubuntu-based distributions:**
|
||||||
4. Overwrite the existing Goose application with the new version.
|
2. Download the DEB file
|
||||||
5. Run the executable file to launch the Goose Desktop application.
|
3. Navigate to the directory where it is saved in a terminal
|
||||||
|
4. Run `sudo dpkg -i (filename).deb`
|
||||||
|
5. Launch Goose from the app menu
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="cli" label="Goose CLI">
|
<TabItem value="cli" label="Goose CLI">
|
||||||
|
|||||||
@@ -54,8 +54,12 @@ Let's begin 🚀
|
|||||||
<TabItem value="ui" label="Goose Desktop" default>
|
<TabItem value="ui" label="Goose Desktop" default>
|
||||||
<LinuxDesktopInstallButtons/>
|
<LinuxDesktopInstallButtons/>
|
||||||
<div style={{ marginTop: '1rem' }}>
|
<div style={{ marginTop: '1rem' }}>
|
||||||
1. Extract the downloaded tar.bz2 file.
|
**For Debian/Ubuntu-based distributions:**
|
||||||
2. Run the executable file to launch the Goose Desktop application.
|
1. Download the DEB file
|
||||||
|
2. Navigate to the directory where it is saved in a terminal
|
||||||
|
3. Run `sudo dpkg -i (filename).deb`
|
||||||
|
4. Launch Goose from the app menu
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="cli" label="Goose CLI">
|
<TabItem value="cli" label="Goose CLI">
|
||||||
|
|||||||
Reference in New Issue
Block a user