mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
cc9ac78af9
commit
36b08f2c0b
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
|
@ -37,24 +37,22 @@ https://github.com/sxyazi/yazi/assets/17523360/d5d8427b-e0f3-4552-ae1a-553ba1a7d
|
||||||
|
|
||||||
<summary>Arch Linux</summary>
|
<summary>Arch Linux</summary>
|
||||||
|
|
||||||
- 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
|
```bash
|
||||||
paru -S yazi ffmpegthumbnailer unarchiver jq poppler fd ripgrep fzf zoxide
|
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:
|
||||||
|
|
||||||
- If you are using ```archlinuxcn``` repository, you can install with the following command:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S yazi ffmpegthumbnailer unarchiver jq poppler fd ripgrep fzf zoxide
|
paru -S yazi-bin ffmpegthumbnailer unarchiver jq poppler fd ripgrep fzf zoxide
|
||||||
```
|
```
|
||||||
|
|
||||||
- Otherwise, 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 with the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S yazi-git ffmpegthumbnailer unarchiver jq poppler fd ripgrep fzf zoxide
|
paru -S yazi-git ffmpegthumbnailer unarchiver jq poppler fd ripgrep fzf zoxide
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue