add macports as installation option on macOS

This commit is contained in:
George Plymale II 2020-11-03 15:46:50 -05:00 committed by Abin Simon
parent 0d51c7e1b9
commit 7f687a8ad4

View file

@ -74,6 +74,12 @@ via [Homebrew](https://brew.sh/):
brew install lsd
```
or [MacPorts](https://www.macports.org/):
```sh
sudo port install lsd
```
### On NixOS/From nix
```sh