Skip to content

Commit

Permalink
docs: fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
barp committed Dec 8, 2022
1 parent 996d2f7 commit 71b977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Download the pre-compiled binaries:
* [MacOS (arm64)](https://github.com/google/containerdbg/releases/download/v0.0.7/containerdbg_0.0.7_darwin_arm64.tar.gz)

```bash
VERSION=0.0.1
VERSION=0.0.7
OS=linux
ARCH=amd64
tar xf containerdbg_${VERSION}_${OS}_${ARCH}.tar.gz
Expand Down

0 comments on commit 71b977e

Please sign in to comment.