Skip to content

Commit f4a0749

Browse files
sondavidbKern--
authored andcommitted
Fixed typo in getting started docs
Signed-off-by: David Son <[email protected]>
1 parent 184d171 commit f4a0749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ directory (`/usr/local/bin`):
5656
5757
```shell
5858
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
59+
sudo tar -C /usr/local/bin -xvf soci-snapshotter-0.3.0-linux-amd64.tar.gz soci soci-snapshotter-grpc
6060
```
6161

6262
Now you should be able to use the `soci` CLI (and `soci-snapshotter-grpc` containerd plugin shortly):

0 commit comments

Comments
 (0)