File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/chainguard/libraries Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -62,18 +62,19 @@ cosign version
6262
6363## Installation
6464
65- [ Download the latest release - version 0.4.1 ] ( https://dl.enforce.dev/chainver/0.4.1 /chainver-v0.4.1 .zip )
65+ [ Download the latest release - version 0.5.0 ] ( https://dl.enforce.dev/chainver/0.5.0 /chainver-v0.5.0 .zip )
6666
6767### Version-Agnostic Download
6868
69- Download the latest release using ` curl ` . ( Note that [ ` jq ` ] ( https://jqlang.org/download/ ) must be on the path.)
69+ Download the latest release using ` curl ` . Note that [ ` jq ` ] ( https://jqlang.org/download/ ) must be on the path.
7070
7171``` sh
7272LATEST_URL=$( curl -s https://dl.enforce.dev/chainver/latest/latest-metadata.json | jq -r ' .download_url' ) && \
7373 curl -LO " ${LATEST_URL} "
7474```
7575
76- Once you've downloaded the archive, unpack it and place the binary for your chosen platform on the path.
76+ Once you've downloaded the archive, unpack the platform specific archive for
77+ your system, and place the binary ` chainver ` for your platform on the path.
7778
7879### Binary Install Script (macOS and Linux)
7980
You can’t perform that action at this time.
0 commit comments