docs: Update installation methods
This commit is contained in:
34
README.md
34
README.md
@@ -25,20 +25,26 @@ To remedy this, **Topgrade** detects which tools you use and runs the appropriat
|
|||||||
|
|
||||||
[](https://repology.org/project/topgrade/versions)
|
[](https://repology.org/project/topgrade/versions)
|
||||||
|
|
||||||
- Arch Linux: [AUR](https://aur.archlinux.org/packages/topgrade)
|
- (Official) Self-updating binary (all platforms): [releases](https://github.com/topgrade-rs/topgrade/releases)
|
||||||
- NixOS: [Nixpkgs](https://search.nixos.org/packages?show=topgrade)
|
- (Official) Install from source (all platforms): [`cargo install topgrade`](https://crates.io/crates/topgrade)
|
||||||
- Void Linux: [XBPS](https://voidlinux.org/packages/?arch=x86_64&q=topgrade)
|
- (Official) [deb-get](https://github.com/wimpysworld/deb-get) (Debian/Ubuntu and derivatives):
|
||||||
- macOS: [Homebrew](https://formulae.brew.sh/formula/topgrade) or [MacPorts](https://ports.macports.org/port/topgrade/)
|
`deb-get install topgrade`
|
||||||
- Windows: [Chocolatey][choco], [Scoop][scoop] or [Winget][winget]
|
- (Official) AUR (Arch Linux): [topgrade](https://aur.archlinux.org/packages/topgrade)
|
||||||
- PyPi: [pip](https://pypi.org/project/topgrade/)
|
or [topgrade-bin](https://aur.archlinux.org/packages/topgrade-bin)
|
||||||
- Fedora: [Copr](https://copr.fedorainfracloud.org/coprs/lilay/topgrade/)
|
- (Official) [PyPi](https://pypi.org/): `pip`/`pipx`/`uv tool` [`install topgrade`](https://pypi.org/project/topgrade/)
|
||||||
|
- (Official) [Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/) (Windows): [
|
||||||
[choco]: https://community.chocolatey.org/packages/topgrade
|
`winget install --id=topgrade-rs.topgrade -e`](https://winstall.app/apps/topgrade-rs.topgrade)
|
||||||
[scoop]: https://scoop.sh/#/apps?q=topgrade
|
- [Chocolatey](https://chocolatey.org/) (Windows): [
|
||||||
[winget]: https://winstall.app/apps/topgrade-rs.topgrade
|
`choco install topgrade`](https://community.chocolatey.org/packages/topgrade)
|
||||||
|
- [Scoop](https://scoop.sh/) (Windows): [
|
||||||
Other systems users can either use `cargo install` or the compiled binaries from the release page.
|
`scoop bucket add main && scoop install main/topgrade`](https://scoop.sh/#/apps?q=topgrade)
|
||||||
The compiled binaries contain a self-upgrading feature.
|
- [Homebrew](https://brew.sh/) (macOS or Linux): [`brew install topgrade`](https://formulae.brew.sh/formula/topgrade)
|
||||||
|
- [MacPorts](https://www.macports.org/) (macOS): [
|
||||||
|
`sudo port install topgrade`](https://ports.macports.org/port/topgrade/)
|
||||||
|
- [Copr](https://copr.fedorainfracloud.org/) (Fedora): [
|
||||||
|
`dnf copr enable lilay/topgrade && dnf install topgrade`](https://copr.fedorainfracloud.org/coprs/lilay/topgrade/)
|
||||||
|
- Nixpkgs (NixOS or Nix): [topgrade](https://search.nixos.org/packages?show=topgrade)
|
||||||
|
- Void Linux: [`sudo xbps-install -S topgrade`](https://voidlinux.org/packages/?arch=x86_64&q=topgrade)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user