From 230fb5e65f9c5bb270e9e2407194ea20e86e3e04 Mon Sep 17 00:00:00 2001 From: Michael McCracken Date: Wed, 24 Apr 2019 13:21:09 -0700 Subject: [PATCH] readme: fix typo in crictl download link Signed-off-by: Michael McCracken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e4e7d67..5d01c665 100644 --- a/README.md +++ b/README.md @@ -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 ```