From c480bc339ee4dc47f83ef8c4f452a5d427bd1a63 Mon Sep 17 00:00:00 2001 From: Alex Bissessur <61658620+xelab04@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:18:34 +0400 Subject: [PATCH] update ver for k3kcli install (#421) Signed-off-by: xelab04 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7233eb07..b14055da 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ To install it, simply download the latest available version for your architectur For example, you can download the Linux amd64 version with: ``` -wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v0.3.2/k3kcli-linux-amd64 && \ +wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v0.3.3/k3kcli-linux-amd64 && \ chmod +x k3kcli && \ sudo mv k3kcli /usr/local/bin ``` @@ -79,7 +79,7 @@ wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v0.3.2/k3kcli-l You should now be able to run: ```bash -> % k3kcli --version -k3kcli Version: v0.3.2 +k3kcli Version: v0.3.3 ```