summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-16 00:56:50 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-16 00:56:50 -0700
commitee84a9da2c32b9f28af57cb6f42b11c06512002f (patch)
treedc74b2471b45a75f79256f93da90953f35c47b45
parent111d2008fac83d26bb5f1037424a5ccf43a3d0af (diff)
Update readme about dropping OSX support1.2.13
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index f191c08..eb31005 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,9 @@ Another terminal based graphical activity monitor, inspired by [gtop](https://gi
## Installation
-Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux, ARM Linux, and 32/64bit OSX.
+Only working and tested on Linux. OSX is no longer supported due to issues with gopsutil, although that may change in the future.
-**Disclaimer**: Many people are having issues with the OSX binary, so your success with it may vary. If you're getting an error about 'CPU Percentages', a temporary fix is to install gotop from source using `go get github.com/cjbassi/gotop`.
+Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and ARM Linux.
### Using Git
@@ -32,13 +32,6 @@ Then move `gotop` into your $PATH somewhere.
Install the `gotop-bin` package from the AUR.
-### Homebrew
-
-```
-brew tap cjbassi/gotop
-brew install gotop
-```
-
### Source
```