From ee84a9da2c32b9f28af57cb6f42b11c06512002f Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Mon, 16 Apr 2018 00:56:50 -0700 Subject: [PATCH] Update readme about dropping OSX support --- README.md | 11 ++--------- 1 file 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 ```