You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/installation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ The plugin used by both tools is developped [here](https://github.com/zufardhiya
163
163
164
164
### Download Binary
165
165
166
-
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`).
166
+
1. Download the file for your operating system/architecture from [GitHub Release assets](https://github.com/aquasecurity/trivy/releases/tag/{{ git.tag }}).
167
167
2. Unpack the downloaded archive (`tar -xzf ./trivy.tar.gz`).
168
168
3. Put the binary somewhere in your `$PATH` (e.g `mv ./trivy /usr/local/bin/`).
169
169
4. Make sure the binary has execution bit turned on (`chmod +x ./trivy`).
0 commit comments