mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-17 23:24:55 +00:00
README.md: add information about installation from AUR
This commit is contained in:
parent
c6ec585de9
commit
1e67c2500b
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -27,6 +27,20 @@ Download the asset from the [releases page](https://github.com/Edu4rdSHL/rusolve
|
|||
|
||||
Optionally you can just use `cargo install rusolver`
|
||||
|
||||
## Using the AUR packages. (Arch Linux)
|
||||
|
||||
`rusolver` can be installed from available [AUR packages](https://aur.archlinux.org/packages/?O=0&SeB=b&K=rusolver&outdated=&SB=n&SO=a&PP=50&do_Search=Go) using an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers). For example,
|
||||
|
||||
```
|
||||
yay -S rusolver
|
||||
```
|
||||
|
||||
If you prefer, you can clone the [AUR packages](https://aur.archlinux.org/packages/?O=0&SeB=b&K=rusolver&outdated=&SB=n&SO=a&PP=50&do_Search=Go) and then compile them with [makepkg](https://wiki.archlinux.org/index.php/Makepkg). For example,
|
||||
|
||||
```
|
||||
git clone https://aur.archlinux.org/rusolver.git && cd rusolver && makepkg -si
|
||||
```
|
||||
|
||||
# Usage
|
||||
* By default we only show the resolved hosts
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue