README: add instructions on installing via MacPorts

This commit is contained in:
Herby Gillot 2020-06-23 00:40:48 -04:00
parent 5864cd5564
commit 966ea85195
1 changed files with 7 additions and 0 deletions

View File

@ -83,6 +83,13 @@ brew tap ajeetdsouza/zoxide
brew install zoxide brew install zoxide
``` ```
#### On macOS (via MacPorts)
```
port selfupdate
port install zoxide
```
#### On NixOS #### On NixOS
```sh ```sh