From 9da99e59df01f1633f28bd3eeb488630e578fcde Mon Sep 17 00:00:00 2001 From: farhadh91 <37770395+farhadh91@users.noreply.github.com> Date: Thu, 18 Apr 2024 20:04:43 +0330 Subject: [PATCH] Update installation.md I have added the letter 'v' to download the binary file. Signed-off-by: Farhad Haqiqipur --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index e68fb532..ba169de5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -322,7 +322,7 @@ spec: ## Installing locally ### On Linux or macOS via Curl ``` -curl -Lo argocd-vault-plugin https://github.com/argoproj-labs/argocd-vault-plugin/releases/download/{version}/argocd-vault-plugin_{version}_{linux|darwin}_{amd64|arm64|s390x} +curl -Lo argocd-vault-plugin https://github.com/argoproj-labs/argocd-vault-plugin/releases/download/v{version}/argocd-vault-plugin_{version}_{linux|darwin}_{amd64|arm64|s390x} chmod +x argocd-vault-plugin