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

Commit

Permalink
Update readme about dropping OSX support
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Apr 16, 2018
1 parent 111d200 commit ee84a9d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

```
Expand Down

0 comments on commit ee84a9d

Please sign in to comment.