Update readme about dropping OSX support

This commit is contained in:
Caleb Bassi 2018-04-16 00:56:50 -07:00
parent 111d2008fa
commit ee84a9da2c

View File

@ -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
```