Skip to content

Commit e26427c

Browse files
committed
docs: update installation instructions on Arch Linux
https://archlinux.org/packages/extra/x86_64/cargo-hack/
1 parent 6c9ef23 commit e26427c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -484,16 +484,14 @@ cargo binstall cargo-hack
484484
```
485485

486486
<!-- omit in toc -->
487-
### Via AUR (Arch Linux)
487+
### On Arch Linux
488488

489-
You can install [cargo-hack from AUR](https://aur.archlinux.org/packages/cargo-hack):
489+
You can install cargo-hack from the [extra repository](https://archlinux.org/packages/extra/x86_64/cargo-hack/) with [pacman](https://wiki.archlinux.org/title/Pacman):
490490

491491
```sh
492-
paru -S cargo-hack
492+
pacman -S cargo-hack
493493
```
494494

495-
Note: AUR package is maintained by community, not maintainer of cargo-hack.
496-
497495
## Related Projects
498496

499497
- [cargo-llvm-cov]: Cargo subcommand to easily use LLVM source-based code coverage.

0 commit comments

Comments
 (0)