summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-05-23 21:51:33 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-05-23 21:51:33 -0700
commitba1ce86effbc57d090fb4e77da0470f23d815119 (patch)
treef95eba82d9c8e44857a90284e6250e86033bf5c4
parent84e070392e33f3815cba0f31500cc3283ed1a87b (diff)
Update readme to reflect OSX support
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8c116a6..071a5d0 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Another terminal based graphical activity monitor, inspired by [gtop](https://gi
## Installation
-Only working and tested on Linux. OSX is no longer supported due to issues with gopsutil, but that is currently being worked on. Windows support is also in the works.
+Working and tested on Linux and OSX, with Windows support being worked on.
### Using Git
@@ -33,6 +33,14 @@ Then move `gotop` into your $PATH somewhere.
Install the `gotop-bin` package from the AUR.
+### Homebrew
+
+```
+brew tap cjbassi/gotop
+brew install gotop
+```
+
+
### Source
```sh