mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
Added macOS installation instruction
…via Homebrew package manager
This commit is contained in:
parent
bd25db9a04
commit
4cc852cdc4
1 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,14 @@ Package available on [package.gentoo.org](https://packages.gentoo.org/packages/s
|
|||
sudo snap install lsd --classic
|
||||
```
|
||||
|
||||
### On macOS
|
||||
|
||||
via [Homebrew](https://brew.sh/):
|
||||
|
||||
```sh
|
||||
brew install lsd
|
||||
```
|
||||
|
||||
### From Sources
|
||||
|
||||
With Rust's package manager cargo, you can install lsd via:
|
||||
|
|
Loading…
Reference in a new issue