mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 15:16:33 -08:00
docs: delete unknown URL (#6972)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
@@ -163,7 +163,7 @@ The plugin used by both tools is developped [here](https://github.com/zufardhiya
|
|||||||
|
|
||||||
### Download Binary
|
### Download Binary
|
||||||
|
|
||||||
1. Download the file for your operating system/architecture from [GitHub Release assets](https://github.com/aquasecurity/trivy/releases/tag/{{ git.tag }}) (`curl -LO https://url.to/trivy.tar.gz`).
|
1. Download the file for your operating system/architecture from [GitHub Release assets](https://github.com/aquasecurity/trivy/releases/tag/{{ git.tag }}).
|
||||||
2. Unpack the downloaded archive (`tar -xzf ./trivy.tar.gz`).
|
2. Unpack the downloaded archive (`tar -xzf ./trivy.tar.gz`).
|
||||||
3. Put the binary somewhere in your `$PATH` (e.g `mv ./trivy /usr/local/bin/`).
|
3. Put the binary somewhere in your `$PATH` (e.g `mv ./trivy /usr/local/bin/`).
|
||||||
4. Make sure the binary has execution bit turned on (`chmod +x ./trivy`).
|
4. Make sure the binary has execution bit turned on (`chmod +x ./trivy`).
|
||||||
|
|||||||
Reference in New Issue
Block a user