mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-27 07:34:27 +02:00
docs: minor update of Windows installation docs (#966)
* docs: minor update of Windows installation docs * Update README.md
This commit is contained in:
parent
57ce57b66f
commit
48cd29f2dd
19
README.md
19
README.md
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user