diff --git a/docs/getting-started.md b/docs/getting-started.md index c98926373..285d84d22 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -54,7 +54,7 @@ directory (`/usr/local/bin`): > You can find other download link in the release page that matches your machine. ```shell -version="0.6.0" +version="0.6.1" wget https://github.com/awslabs/soci-snapshotter/releases/download/v${version}/soci-snapshotter-${version}-linux-amd64.tar.gz sudo tar -C /usr/local/bin -xvf soci-snapshotter-${version}-linux-amd64.tar.gz soci soci-snapshotter-grpc ```