diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index b51a4ce73c90..0c434d727962 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -417,7 +417,7 @@ clusterctl init --infrastructure aws Download the latest release; on Windows, type: ``` -curl.exe -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-windows-amd64" version:">=2.0.0"}} -o clusterawsadm.exe +curl.exe -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api-provider-aws" gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-windows-amd64.exe" version:">=2.0.0"}} -o clusterawsadm.exe ``` Append or prepend the path of that directory to the `PATH` environment variable.