summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxxxserxxx <60757196+xxxserxxx@users.noreply.github.com>2022-08-17 11:28:02 -0500
committerGitHub <noreply@github.com>2022-08-17 11:28:02 -0500
commit31f071ba7f4960b24d17250b7e4027736a417b87 (patch)
tree1cc473832615339a2f6ceb58c105308ae3aaff52
parent3cb6461c7ae0ff48083235c0629d53ca2b701285 (diff)
parentb0284f67c5203f06daceb43e8a66f492af9ba90f (diff)
Merge pull request #231 from sitiom/patch-1
Add scoop installation method
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff0562a..5b73607 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ If you install gotop by hand, or you download or create new layouts or colorsche
sudo emerge gotop
```
- **OSX**: gotop is in *homebrew-core*. `brew install gotop`. Make sure to uninstall and untap any previous installations or taps.
+- **Windows**: gotop is in the [Main](https://github.com/ScoopInstaller/Main) bucket. `scoop install gotop`.
- **Prebuilt binaries**: Binaries for most systems can be downloaded from [the github releases page](https://github.com/xxxserxxx/gotop/releases). RPM and DEB packages are also provided.
- **Source**: This requires Go >= 1.16. `go install github.com/xxxserxxx/gotop/v4/cmd/gotop@latest`