You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -484,16 +484,14 @@ cargo binstall cargo-hack
484
484
```
485
485
486
486
<!-- omit in toc -->
487
-
### Via AUR (Arch Linux)
487
+
### On Arch Linux
488
488
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):
490
490
491
491
```sh
492
-
paru -S cargo-hack
492
+
pacman -S cargo-hack
493
493
```
494
494
495
-
Note: AUR package is maintained by community, not maintainer of cargo-hack.
496
-
497
495
## Related Projects
498
496
499
497
-[cargo-llvm-cov]: Cargo subcommand to easily use LLVM source-based code coverage.
0 commit comments