mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
docs: amplify the install method of macOS
This commit is contained in:
parent
df2930bdeb
commit
bebc039f97
1 changed files with 3 additions and 1 deletions
|
|
@ -29,12 +29,14 @@ paru -S yazi jq unarchiver ffmpegthumbnailer fd ripgrep fzf zoxide
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
|
Install the dependencies with Homebrew:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install jq unar ffmpegthumbnailer fd ripgrep fzf zoxide
|
brew install jq unar ffmpegthumbnailer fd ripgrep fzf zoxide
|
||||||
brew tap homebrew/cask-fonts && brew install --cask font-symbols-only-nerd-font
|
brew tap homebrew/cask-fonts && brew install --cask font-symbols-only-nerd-font
|
||||||
```
|
```
|
||||||
|
|
||||||
### Cargo
|
And download the latest release [from here](https://github.com/sxyazi/yazi/releases). Or you can install Yazi with cargo:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo install --git https://github.com/sxyazi/yazi.git
|
cargo install --git https://github.com/sxyazi/yazi.git
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue