From 45aba7c01e4e74bc82850b532b9345cc8ee6c7e5 Mon Sep 17 00:00:00 2001 From: Integral <71180087+Integral-Tech@users.noreply.github.com> Date: Sun, 24 Sep 2023 17:17:22 +0800 Subject: [PATCH] fix: install Yazi from the official repository (#2) --- usage/installation.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/usage/installation.md b/usage/installation.md index 32f2406c..c33e2183 100644 --- a/usage/installation.md +++ b/usage/installation.md @@ -18,19 +18,11 @@ Prerequisites: ## Arch Linux -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 -``` - -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 +sudo pacman -S yazi ffmpegthumbnailer unarchiver jq poppler fd ripgrep fzf zoxide ``` -If you want to use the latest git version, you can install with the following command: +If you want to use the latest git version, you can install it from [AUR](https://aur.archlinux.org/packages/yazi-git/) or [Arch Linux CN](https://github.com/archlinuxcn/repo/): ```bash paru -S yazi-git ffmpegthumbnailer unarchiver jq poppler fd ripgrep fzf zoxide