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

View File

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