mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
add macports as installation option on macOS
This commit is contained in:
parent
0d51c7e1b9
commit
7f687a8ad4
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue