Skip to content

Commit 81915fd

Browse files
committed
README: Update Arch Linux install instructions
1 parent 724b6dd commit 81915fd

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,17 @@ If you already have a Rust environment set up, you can use the `cargo install` c
8383
Cargo will build the `eza` binary and place it in `$HOME/.cargo`.
8484

8585
### Arch Linux
86-
[![AUR package](https://repology.org/badge/version-for-repo/aur/eza.svg)](https://repology.org/project/eza/versions)
8786

88-
Eza is available in the [AUR](https://aur.archlinux.org/packages/eza-git).
87+
[![Arch Linux package](https://repology.org/badge/version-for-repo/arch/eza.svg)](https://repology.org/project/eza/versions)
88+
89+
Eza is available in the [\[extra\]](https://archlinux.org/packages/extra/x86_64/eza/) repository of Arch Linux.
90+
91+
```bash
92+
pacman -S eza
93+
```
8994

9095
### Debian and Ubuntu
96+
9197
Eza is available from [deb.gierens.de](http://deb.gierens.de). The GPG public
9298
key is in this repo under [deb.asc](/deb.asc).
9399

@@ -100,6 +106,7 @@ sudo apt install -y eza
100106
```
101107

102108
### Nix (Linux, MacOS)
109+
103110
[![nixpkgs unstable package](https://repology.org/badge/version-for-repo/nix_unstable/eza.svg)](https://repology.org/project/eza/versions)
104111

105112
Eza is available from [Nixpkgs](https://github.com/NixOS/nixpkgs).

0 commit comments

Comments
 (0)