Skip to content

Commit

Permalink
docs: update installation instructions on Arch Linux (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Sep 4, 2023
1 parent 6c9ef23 commit 7c81744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/.cspell/project-dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
binstall
compat
paru
pacman
qpmember
subcrate
tempdir
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,16 +484,14 @@ cargo binstall cargo-hack
```

<!-- omit in toc -->
### Via AUR (Arch Linux)
### On Arch Linux

You can install [cargo-hack from AUR](https://aur.archlinux.org/packages/cargo-hack):
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):

```sh
paru -S cargo-hack
pacman -S cargo-hack
```

Note: AUR package is maintained by community, not maintainer of cargo-hack.

## Related Projects

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

0 comments on commit 7c81744

Please sign in to comment.