summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-09 17:48:08 -0500
committerGitHub <noreply@github.com>2023-01-09 17:48:08 -0500
commit48cd29f2dd37c28dac7719a0fcf9886ef1cca681 (patch)
tree778fd416c123af755eb9dbf7860578ac42243bdb /README.md
parent57ce57b66f55f15b09357a5c4702c41be18a1977 (diff)
docs: minor update of Windows installation docs (#966)
* docs: minor update of Windows installation docs * Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4ea59742..f404f3eb 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@
- [Scoop](#scoop)
- [Chocolatey](#chocolatey)
- [winget](#winget)
+ - [MSI](#MSI)
- [Manual installation](#manual-installation)
- [Binaries](#binaries)
- [Auto-completion](#auto-completion)
@@ -232,32 +233,34 @@ scoop install bottom
### Chocolatey
-Choco package 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.
+Chocolatey packages are located [here](https://chocolatey.org/packages/bottom).
```bash
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
```
### 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
winget install bottom
-# Alternatively
+# Alternatively, to be more specific:
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`.
+### 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
There are a few ways to go about doing this manually. Note that you probably want