We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779edee commit 64a6cedCopy full SHA for 64a6ced
docs/getting-started.md
@@ -54,7 +54,7 @@ directory (`/usr/local/bin`):
54
> You can find other download link in the release page that matches your machine.
55
56
```shell
57
-version="0.5.0"
+version="0.6.0"
58
wget https://github.com/awslabs/soci-snapshotter/releases/download/v${version}/soci-snapshotter-${version}-linux-amd64.tar.gz
59
sudo tar -C /usr/local/bin -xvf soci-snapshotter-${version}-linux-amd64.tar.gz soci soci-snapshotter-grpc
60
```
0 commit comments