docs: add winget install instructions
This commit is contained in:
parent
972ca99d48
commit
c426b0c7c4
15
README.md
15
README.md
|
@ -20,6 +20,7 @@ A cross-platform graphical process/system monitor with a customizable interface
|
|||
- [Homebrew](#homebrew)
|
||||
- [Scoop](#scoop)
|
||||
- [Chocolatey](#chocolatey)
|
||||
- [winget](#winget)
|
||||
- [Auto-completion](#auto-completion)
|
||||
- [Usage](#usage)
|
||||
- [Flags](#flags)
|
||||
|
@ -158,6 +159,20 @@ choco install bottom
|
|||
choco install bottom --version=0.4.7
|
||||
```
|
||||
|
||||
### winget
|
||||
|
||||
You can find the packages [here](https://github.com/microsoft/winget-pkgs/tree/master/manifests/Clement/bottom).
|
||||
Since validation of the package takes time, it may take a while to become available after a release.
|
||||
|
||||
```bash
|
||||
winget install bottom
|
||||
```
|
||||
|
||||
You can also manually do the same thing by going to the [latest release](https://github.com/ClementTsang/bottom/releases/latest)
|
||||
and installing via the `.msi` file.
|
||||
|
||||
You can uninstall via Control Panel or Options in Windows.
|
||||
|
||||
### Auto-completion
|
||||
|
||||
Shell completions are included in binary releases, and are generated in the same directory as the
|
||||
|
|
Loading…
Reference in New Issue