mirror of https://github.com/cjbassi/gotop.git
Merge pull request #87 from 0mp/patch-1
Add FreeBSD installation instructions
This commit is contained in:
commit
2e6615bc7b
|
@ -12,7 +12,7 @@ Another terminal based graphical activity monitor, inspired by [gtop](https://gi
|
||||||
|
|
||||||
## Installation
|
## 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
|
### Using Git
|
||||||
|
|
||||||
|
@ -29,6 +29,12 @@ Then move `gotop` into your \$PATH somewhere.
|
||||||
|
|
||||||
Install `gotop-bin`, `gotop`, or `gotop-git` from the AUR.
|
Install `gotop-bin`, `gotop`, or `gotop-git` from the AUR.
|
||||||
|
|
||||||
|
### FreeBSD
|
||||||
|
|
||||||
|
```
|
||||||
|
pkg install gotop
|
||||||
|
```
|
||||||
|
|
||||||
### Homebrew
|
### Homebrew
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue