diff --git a/README.md b/README.md index 0ad61f0b..7233eb07 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.0/k3kcli-linux-amd64 && \ +wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v0.3.2/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.0/k3kcli-l You should now be able to run: ```bash -> % k3kcli --version -k3kcli Version: v0.3.0 +k3kcli Version: v0.3.2 ```