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 184d171 commit f4a0749Copy full SHA for f4a0749
docs/getting-started.md
@@ -56,7 +56,7 @@ directory (`/usr/local/bin`):
56
57
```shell
58
wget https://github.com/awslabs/soci-snapshotter/releases/download/v0.3.0/soci-snapshotter-0.3.0-linux-amd64.tar.gz
59
-sudo tar -C /usr/local/bin -xvf soci-snapshotter-0.3.0-linux-amd64.tar.gz ./soci ./soci-snapshotter-grpc
+sudo tar -C /usr/local/bin -xvf soci-snapshotter-0.3.0-linux-amd64.tar.gz soci soci-snapshotter-grpc
60
```
61
62
Now you should be able to use the `soci` CLI (and `soci-snapshotter-grpc` containerd plugin shortly):
0 commit comments