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

Commit

Permalink
Update readme to reflect OSX support
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed May 24, 2018
1 parent 84e0703 commit ba1ce86
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Another terminal based graphical activity monitor, inspired by [gtop](https://gi

## Installation

Only working and tested on Linux. OSX is no longer supported due to issues with gopsutil, but that is currently being worked on. Windows support is also in the works.
Working and tested on Linux and OSX, with Windows support being worked on.


### Using Git
Expand All @@ -33,6 +33,14 @@ Then move `gotop` into your $PATH somewhere.
Install the `gotop-bin` package from the AUR.


### Homebrew

```
brew tap cjbassi/gotop
brew install gotop
```


### Source

```sh
Expand Down

0 comments on commit ba1ce86

Please sign in to comment.