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

Add FreeBSD installation instructions #87

Merged
merged 1 commit into from
Dec 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Another terminal based graphical activity monitor, inspired by [gtop](https://gi

## Installation

Working and tested on Linux and OSX. Windows support is planned.
Working and tested on Linux, FreeBSD and OSX. Windows support is planned.

### Using Git

Expand All @@ -29,6 +29,12 @@ Then move `gotop` into your \$PATH somewhere.

Install `gotop-bin`, `gotop`, or `gotop-git` from the AUR.

### FreeBSD

```
pkg install gotop
```

### Homebrew

```
Expand Down