Skip to content

Commit

Permalink
Update Getting Started guide to v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Son <davbson@amazon.com>
  • Loading branch information
sondavidb committed Sep 13, 2023
1 parent 1e00571 commit f556b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ directory (`/usr/local/bin`):
> You can find other download link in the release page that matches your machine.
```shell
wget https://github.com/awslabs/soci-snapshotter/releases/download/v0.3.0/soci-snapshotter-0.3.0-linux-amd64.tar.gz
sudo tar -C /usr/local/bin -xvf soci-snapshotter-0.3.0-linux-amd64.tar.gz soci soci-snapshotter-grpc
wget https://github.com/awslabs/soci-snapshotter/releases/download/v0.4.0/soci-snapshotter-0.4.0-linux-amd64.tar.gz
sudo tar -C /usr/local/bin -xvf soci-snapshotter-0.4.0-linux-amd64.tar.gz soci soci-snapshotter-grpc
```

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

0 comments on commit f556b45

Please sign in to comment.