Skip to content

Commit

Permalink
fix: install Yazi from the official repository (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech authored Sep 24, 2023
1 parent 76137ab commit 45aba7c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions usage/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45aba7c

Please sign in to comment.