From 9bf4f70b3a4dad3a0cef47b447e6eee327acc270 Mon Sep 17 00:00:00 2001 From: Integral <71180087+Integral-Tech@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:44:52 +0800 Subject: [PATCH] docs: add archlinuxcn installation guide (#176) --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa2c8e42..b1636e8f 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,23 @@ https://github.com/sxyazi/yazi/assets/17523360/d5d8427b-e0f3-4552-ae1a-553ba1a7d Arch Linux -Install with paru or your favorite AUR helper: +Install Yazi from [AUR](https://aur.archlinux.org/packages/yazi/) or [Arch Linux CN](https://github.com/archlinuxcn/repo/): ```bash paru -S yazi ffmpegthumbnailer unarchiver jq poppler fd ripgrep fzf zoxide ``` -Or, you can replace `yazi` with `yazi-bin` package if you want pre-built binary instead of compiling by yourself. +You can install `yazi-bin` from [AUR](https://aur.archlinux.org/packages/yazi/) if you perfer pre-built binaries: + +```bash +paru -S yazi-bin ffmpegthumbnailer unarchiver jq poppler fd ripgrep fzf zoxide +``` + +If you want to use the latest git version, you can install with the following command: + +```bash +paru -S yazi-git ffmpegthumbnailer unarchiver jq poppler fd ripgrep fzf zoxide +```