From 6d511ed114a398e4735d9dd95ed76e7c9581664f Mon Sep 17 00:00:00 2001 From: Mahesh Rayas Date: Sun, 19 Nov 2023 10:13:05 +1100 Subject: [PATCH] Update README.md Signed-off-by: Mahesh Rayas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01dc2aeaa..ac2a966cd 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Example: ```bash # Download the release and set it as executable -wget -O advisor https://github.com/xentra-ai/advisor-client/releases/download/v0.0.1/binary-linux-amd64 +wget -O advisor https://github.com/xentra-ai/advisor-client/releases/download/v0.0.3/advisor-linux-amd64 chmod +x advisor mv advisor /usr/local/bin/kubectl-advisor ```