File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ NOTE: These steps work only for Linux. Compile and run in a container
106106
107107For installation instructions from binaries please visit the [ Releases Page] ( https://github.com/genuinetools/img/releases ) .
108108
109- The below instructions mirror that of the [ v0.5.1 release page] ( https://github.com/genuinetools/img/releases/tag/v0.5.1 ) .
109+ The below instructions mirror that of the [ v0.5.2 release page] ( https://github.com/genuinetools/img/releases/tag/v0.5.2 ) .
110110
111111``` console
112112# Export the sha256sum for verification.
113113$ export IMG_SHA256=" c7db856ef0472df30115c3f76180a1c001d22406e22dbae60a648cc0afee15d3"
114114
115115# Download and check the sha256sum.
116- $ curl -fSL " https://github.com/genuinetools/img/releases/download/v0.5.1 /img-linux-amd64" -o " /usr/local/bin/img" \
116+ $ curl -fSL " https://github.com/genuinetools/img/releases/download/v0.5.2 /img-linux-amd64" -o " /usr/local/bin/img" \
117117 && echo "${IMG_SHA256} /usr/local/bin/img" | sha256sum -c - \
118118 && chmod a+x "/usr/local/bin/img"
119119
Original file line number Diff line number Diff line change 1- v0.5.1
1+ v0.5.2
You can’t perform that action at this time.
0 commit comments