docs: add Arch Linux (AUR) install instructions#1722
Open
EricVogt93 wants to merge 2 commits into
Open
Conversation
Document installing the prebuilt desktop app via the eigent-bin AUR package using paru or yay.
Author
|
@Douglasymlai Could you please update me what the problem with the actual state is. Should be something changed? |
Contributor
|
Hi @EricVogt93, the label is used internally to assign PRs to our core maintainers for review. There’s nothing else needed from your side at the moment. If any changes are required, our maintainer will comment directly under this PR. I’ve also added this PR to the most recent sprint, so it should be included in the next version release. There may be some delay in the review process as we currently have many PRs to go through, but we aim to review and resolve all PRs within one or two weeks. If everything looks good, this PR will be merged into the main branch for the next release. Thanks again for your contribution. |
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
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.
What
Adds an Install on Arch Linux (AUR) section to the README documenting how to install the prebuilt Eigent desktop app via the
eigent-binAUR package.Why
Arch Linux users currently have no documented one-command install path. The
eigent-binpackage builds the official AppImage release, so the desktop app can be installed and kept up to date with any AUR helper:paru -S eigent-bin # or: yay -S eigent-binChanges
### 📦 Install on Arch Linux (AUR)section under Getting StartedDocs-only; no code changes.