diff --git a/docs/content/en/docs/user-guide/command-line-tool.md b/docs/content/en/docs/user-guide/command-line-tool.md index 1f151027ff..2ee2f09f75 100644 --- a/docs/content/en/docs/user-guide/command-line-tool.md +++ b/docs/content/en/docs/user-guide/command-line-tool.md @@ -16,6 +16,11 @@ You can use pipectl to add and sync applications, wait for a deployment status. 1. Download the appropriate version for your platform from [PipeCD Releases](https://github.com/pipe-cd/pipe/releases). We recommend using the latest version of pipectl to avoid unforeseen issues. + Please set `${VERSION}` to the same format like `v0.9.2`. + + ``` console + curl -Lo ./pipectl https://github.com/pipe-cd/pipe/releases/download/${VERSION}/pipectl_${VERSION}_darwin_amd64 + ``` 2. Make the pipectl binary executable.