-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update linux instructions #3087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
angiejones
approved these changes
Jun 27, 2025
Collaborator
angiejones
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should make an issue to turn this into a component so you're not repeating the same text in 3 diff files
Contributor
Author
good point! |
katzdave
added a commit
to katzdave/goose
that referenced
this pull request
Jun 27, 2025
* upstream/main: Add a reference for recipes (block#3099) feat: add voice dictation using OpenAI Whisper & ElevenLabs (block#3079) feat: new cli provider for claude code and gemini (block#3083) you forgot the important ones! (block#3105) hotfix: fix build (block#3102) Richer tool call ui messages (block#3104) Update linux instructions (block#3087)
zanesq
added a commit
that referenced
this pull request
Jun 27, 2025
* 'main' of github.com:block/goose: Fix clippy + test errors (#3120) Update goose help to include cli (#3095) add scheduler type setting (#3119) Add a reference for recipes (#3099) feat: add voice dictation using OpenAI Whisper & ElevenLabs (#3079) feat: new cli provider for claude code and gemini (#3083) you forgot the important ones! (#3105) hotfix: fix build (#3102) Richer tool call ui messages (#3104) Update linux instructions (#3087)
ahau-square
pushed a commit
that referenced
this pull request
Jun 27, 2025
* origin/main: Added announcement modal (#3098) build: Add `just` to Hermit, correct ui/desktop's README (#3116) fix: Make the entire toolcall argument row clickable to expand (#3118) Fix clippy + test errors (#3120) Update goose help to include cli (#3095) add scheduler type setting (#3119) Add a reference for recipes (#3099) feat: add voice dictation using OpenAI Whisper & ElevenLabs (#3079) feat: new cli provider for claude code and gemini (#3083) you forgot the important ones! (#3105) hotfix: fix build (#3102) Richer tool call ui messages (#3104) Update linux instructions (#3087) Add flag for showing cost tracking (#3090) Improve config file editing and recovery fallback mechanisms (#3082)
s-soroosh
pushed a commit
to s-soroosh/goose
that referenced
this pull request
Jul 18, 2025
Signed-off-by: Soroosh <[email protected]>
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the installation instructions for the Goose Desktop application across multiple documentation files to reflect a new installation process for Debian/Ubuntu-based distributions. The changes replace the previous tar.bz2 extraction method with steps for downloading and installing a DEB package.
Installation Instructions Update:
documentation/docs/getting-started/installation.md: Updated the installation steps for Debian/Ubuntu-based distributions to include downloading a DEB file, navigating to it in a terminal, runningsudo dpkg -i (filename).deb, and launching Goose from the app menu.documentation/docs/guides/updating-goose.md: Replaced the old tar.bz2 extraction and overwrite instructions with the new DEB package installation steps for Debian/Ubuntu-based distributions.documentation/docs/quickstart.md: Modified the quickstart guide to reflect the updated DEB package installation process for Debian/Ubuntu-based distributions.