docs: update install doc with Winget (#693)

This commit is contained in:
SteveLauC
2024-02-15 16:17:11 +08:00
committed by GitHub
parent ad2bfc9abd
commit cbbfc3a114
2 changed files with 5 additions and 1 deletions

View File

@@ -29,9 +29,12 @@ To remedy this, **Topgrade** detects which tools you use and runs the appropriat
- NixOS: [Nixpkgs](https://search.nixos.org/packages?show=topgrade) - NixOS: [Nixpkgs](https://search.nixos.org/packages?show=topgrade)
- Void Linux: [XBPS](https://voidlinux.org/packages/?arch=x86_64&q=topgrade) - Void Linux: [XBPS](https://voidlinux.org/packages/?arch=x86_64&q=topgrade)
- macOS: [Homebrew](https://formulae.brew.sh/formula/topgrade) or [MacPorts](https://ports.macports.org/port/topgrade/) - macOS: [Homebrew](https://formulae.brew.sh/formula/topgrade) or [MacPorts](https://ports.macports.org/port/topgrade/)
- Windows: [Scoop](https://github.com/ScoopInstaller/Main/blob/master/bucket/topgrade.json) - Windows: [Scoop][scoop] or [Winget][winget]
- PyPi: [pip](https://pypi.org/project/topgrade/) - PyPi: [pip](https://pypi.org/project/topgrade/)
[scoop]: https://scoop.sh/#/apps?q=topgrade
[winget]: https://winstall.app/apps/topgrade-rs.topgrade
Other systems users can either use `cargo install` or the compiled binaries from the release page. Other systems users can either use `cargo install` or the compiled binaries from the release page.
The compiled binaries contain a self-upgrading feature. The compiled binaries contain a self-upgrading feature.

View File

@@ -43,6 +43,7 @@
1. AUR 1. AUR
2. PyPi 2. PyPi
3. Homebrew (seems that this is not working correctly) 3. Homebrew (seems that this is not working correctly)
4. Winget
6. Manually release it to Crates.io 6. Manually release it to Crates.io