File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,13 @@ NOTE: These steps work only for Linux. Compile and run in a container (explained
8787
8888#### Binaries
8989
90- - ** linux** [ amd64] ( https://github.com/genuinetools/img/releases/download/v0.3.5 /img-linux-amd64 )
90+ - ** linux** [ amd64] ( https://github.com/genuinetools/img/releases/download/v0.3.6 /img-linux-amd64 )
9191
9292``` console
9393# Install latest img binary
94- $ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.3.5 /img-linux-amd64 -o /usr/local/bin/img
94+ $ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.3.6 /img-linux-amd64 -o /usr/local/bin/img
9595# Verify the sha256sum
96- $ export SHASUM=$( curl -L https://github.com/genuinetools/img/releases/download/v0.3.5 /img-linux-amd64.sha256 | awk ' { print $1 }' )
96+ $ export SHASUM=$( curl -L https://github.com/genuinetools/img/releases/download/v0.3.6 /img-linux-amd64.sha256 | awk ' { print $1 }' )
9797$ if [ " $SHASUM " != " $( shasum -a 256 /usr/local/bin/img | awk ' { print $1 }' ) " ]; then echo " sha256sum mismatch!" ; fi
9898$ sudo chmod a+x /usr/local/bin/img
9999$ echo " img installed!"
Original file line number Diff line number Diff line change 1- v0.3.5
1+ v0.3.6
You can’t perform that action at this time.
0 commit comments