docs: update archlinux commands (#2876)

This commit is contained in:
George Rodrigues
2022-09-15 04:14:53 -03:00
committed by GitHub
parent b6e394dc80
commit 27005c7d6a
2 changed files with 5 additions and 12 deletions

View File

@@ -39,6 +39,7 @@ Get Trivy by your favorite installation method. See [installation] section in th
- `apt-get install trivy`
- `yum install trivy`
- `pacman -S trivy`
- `brew install aquasecurity/trivy/trivy`
- `sudo port install trivy`
- `docker run aquasec/trivy`

View File

@@ -46,19 +46,11 @@
## Arch Linux
Package trivy-bin can be installed from the Arch User Repository.
Package trivy can be installed from the Arch Community Package Manager.
=== "pikaur"
``` bash
pikaur -Sy trivy-bin
```
=== "yay"
``` bash
yay -Sy trivy-bin
```
```bash
pacman -S trivy
```
## Homebrew