Skip to content

Commit 02bcc37

Browse files
authored
Update Arch Linux instructions (#12)
1 parent 70d93bd commit 02bcc37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ You can install `impala` from [crates.io](https://crates.io/crates/impala)
2727
cargo install impala
2828
```
2929

30-
### 🐧AUR
30+
### 🐧Arch Linux
3131

32-
You can install `impala` from the [AUR](https://aur.archlinux.org/packages/impala) with using an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers).
32+
You can install `impala` from the [official repositories]() with using [pacman](https://wiki.archlinux.org/title/pacman).
3333

3434
```bash
35-
paru -S impala
35+
pacman -S impala
3636
```
3737

3838
### Nixpkgs

0 commit comments

Comments
 (0)