-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
docs: add winget installation method #9806
base: main
Are you sure you want to change the base?
Conversation
After microsoft/winget-pkgs#147222, `bun` can be installed via [`winget`](https://learn.microsoft.com/en-us/windows/package-manager/winget/) package manager.
As a follow up submitting new releases should be automated with a GitHub action. |
Co-authored-by: sitiom <sitiom@proton.me>
Before this is added, i want to solve this.
This should not be manual. I will look into how this can be solved for |
If you made an .exe bootstrapper/installer which handles all the necessary checks (winget does not support |
This pull request is stale and may be closed due to inactivity. |
Hi @sitiom, I'm hoping to get this merged, but ack on the issue statement. I've added a comment with a suggestion at #8116 (comment), can you please check it? Thanks! |
What does this PR do?
After microsoft/winget-pkgs#147222,
bun
can be installed viawinget
package manager.