docs: minor update of Windows installation docs (#966)

* docs: minor update of Windows installation docs

* Update README.md
This commit is contained in:
Clement Tsang 2023-01-09 17:48:08 -05:00 committed by GitHub
parent 57ce57b66f
commit 48cd29f2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@
- [Scoop](#scoop) - [Scoop](#scoop)
- [Chocolatey](#chocolatey) - [Chocolatey](#chocolatey)
- [winget](#winget) - [winget](#winget)
- [MSI](#MSI)
- [Manual installation](#manual-installation) - [Manual installation](#manual-installation)
- [Binaries](#binaries) - [Binaries](#binaries)
- [Auto-completion](#auto-completion) - [Auto-completion](#auto-completion)
@ -232,32 +233,34 @@ scoop install bottom
### Chocolatey ### Chocolatey
Choco package located [here](https://chocolatey.org/packages/bottom). Chocolatey packages are located [here](https://chocolatey.org/packages/bottom).
Since validation of the package takes time, it may take a while to become available after a release.
```bash ```bash
choco install bottom choco install bottom
# The version number may be required for newer releases during the approval process: # The version number may need to be specified for newer releases for the first
# few hours/days during the approval process:
choco install bottom --version=0.7.1 choco install bottom --version=0.7.1
``` ```
### winget ### winget
You can find the packages [here](https://github.com/microsoft/winget-pkgs/tree/master/manifests/Clement/bottom): The winget package can be found [here](https://github.com/microsoft/winget-pkgs/tree/master/manifests/Clement/bottom):
```bash ```bash
winget install bottom winget install bottom
# Alternatively # Alternatively, to be more specific:
winget install Clement.bottom winget install Clement.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, Options, or `winget --uninstall bottom`. You can uninstall via Control Panel, Options, or `winget --uninstall bottom`.
### MSI
You can also manually install bottom as a Windows program by going to the [latest release](https://github.com/ClementTsang/bottom/releases/latest)
and installing via the `.msi` file.
### Manual installation ### Manual installation
There are a few ways to go about doing this manually. Note that you probably want There are a few ways to go about doing this manually. Note that you probably want