From c04bf615129f6ef089b79b4fe796d821fbd81438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E7=81=B5=E7=B4=A0=40=E5=A4=8F=E6=97=A5=E9=99=90?= =?UTF-8?q?=E5=AE=9A?= Date: Tue, 22 Aug 2023 21:42:53 +0800 Subject: [PATCH] Install with `brew` --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c4fa84e..66c9b734 100644 --- a/README.md +++ b/README.md @@ -38,19 +38,27 @@ Or, you can replace `yazi` with `yazi-bin` package if you want pre-built binary macOS -Install the dependencies with Homebrew: +Install Yazi and its dependencies with Homebrew: ```bash -brew install ffmpegthumbnailer unar jq poppler fd ripgrep fzf zoxide +brew install yazi ffmpegthumbnailer unar jq poppler fd ripgrep fzf zoxide brew tap homebrew/cask-fonts && brew install --cask font-symbols-only-nerd-font ``` -And download the latest release [from here](https://github.com/sxyazi/yazi/releases). Or you can install Yazi via cargo: +Or you can install Yazi via cargo: ```bash cargo install --git https://github.com/sxyazi/yazi.git ``` +If you prefer to use the most recent code, use `--HEAD` flag: + +```bash +brew install yazi --HEAD +``` + +You may take longer to install due to bottles are not available. +