docs: add winget install instructions

This commit is contained in:
Clement Tsang 2020-09-08 20:08:00 -04:00 committed by GitHub
parent 972ca99d48
commit c426b0c7c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -20,6 +20,7 @@ A cross-platform graphical process/system monitor with a customizable interface
- [Homebrew](#homebrew) - [Homebrew](#homebrew)
- [Scoop](#scoop) - [Scoop](#scoop)
- [Chocolatey](#chocolatey) - [Chocolatey](#chocolatey)
- [winget](#winget)
- [Auto-completion](#auto-completion) - [Auto-completion](#auto-completion)
- [Usage](#usage) - [Usage](#usage)
- [Flags](#flags) - [Flags](#flags)
@ -158,6 +159,20 @@ choco install bottom
choco install bottom --version=0.4.7 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 ### Auto-completion
Shell completions are included in binary releases, and are generated in the same directory as the Shell completions are included in binary releases, and are generated in the same directory as the