docs: add MacPorts instructions (#501)

This commit is contained in:
Herby Gillot 2021-06-18 14:51:34 -04:00 committed by GitHub
parent 2de6b3ec54
commit cbe76bcc4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,7 @@ A cross-platform graphical process/system monitor with a customizable interface
- [Gentoo](#gentoo)
- [Nix](#nix)
- [Solus](#solus)
- [MacPorts](#macports)
- [Homebrew](#homebrew)
- [Scoop](#scoop)
- [Chocolatey](#chocolatey)
@ -213,6 +214,13 @@ brew install bottom
brew install clementtsang/bottom/bottom
```
### MacPorts
```bash
sudo port selfupdate
sudo port install bottom
```
### Scoop
```bash