Skip to content
This repository was archived by the owner on Aug 29, 2020. It is now read-only.

Commit ee84a9d

Browse files
committed
Update readme about dropping OSX support
1 parent 111d200 commit ee84a9d

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Another terminal based graphical activity monitor, inspired by [gtop](https://gi
1313

1414
## Installation
1515

16-
Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux, ARM Linux, and 32/64bit OSX.
16+
Only working and tested on Linux. OSX is no longer supported due to issues with gopsutil, although that may change in the future.
1717

18-
**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`.
18+
Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and ARM Linux.
1919

2020
### Using Git
2121

@@ -32,13 +32,6 @@ Then move `gotop` into your $PATH somewhere.
3232

3333
Install the `gotop-bin` package from the AUR.
3434

35-
### Homebrew
36-
37-
```
38-
brew tap cjbassi/gotop
39-
brew install gotop
40-
```
41-
4235
### Source
4336

4437
```

0 commit comments

Comments
 (0)