Skip to content

Commit

Permalink
docs: update archlinux commands (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
george124816 committed Sep 15, 2022
1 parent b6e394d commit 27005c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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`
Expand Down
16 changes: 4 additions & 12 deletions docs/getting-started/installation.md
Expand Up @@ -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

Expand Down

0 comments on commit 27005c7

Please sign in to comment.