Skip to content

Commit

Permalink
Merge pull request #12 from mikemccracken/2019-04-24/readme-fix-crict…
Browse files Browse the repository at this point in the history
…l-dl-link

readme: fix typo in crictl download link
  • Loading branch information
brauner authored Apr 24, 2019
2 parents e654cdd + 230fb5e commit 3eb9d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You'll also need crictl. Download the tarball, extract it, and
copy crictl to /usr/bin:

```
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.13.0/crictl-v1.14.0-linux-amd64.tar.gz
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.14.0/crictl-v1.14.0-linux-amd64.tar.gz
tar zxf crictl-v1.14.0-linux-amd64.tar.gz
sudo cp crictl /usr/bin
```
Expand Down

0 comments on commit 3eb9d98

Please sign in to comment.