update ver for k3kcli install (#421)

Signed-off-by: xelab04 <alexbissessur@gmail.com>
This commit is contained in:
Alex Bissessur
2025-07-21 11:18:34 +02:00
committed by GitHub
parent a0af20f20f
commit c480bc339e
+2 -2
View File
@@ -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
```