From 8e302a8591fada97c9ea55c63cf315f9906dfb8b Mon Sep 17 00:00:00 2001 From: Shota Iwami Date: Thu, 25 Jan 2024 14:53:26 +0900 Subject: [PATCH] Fix pipectl plugin installation command by asdf (#4756) Signed-off-by: Shota Iwami --- docs/content/en/docs-dev/user-guide/command-line-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs-dev/user-guide/command-line-tool.md b/docs/content/en/docs-dev/user-guide/command-line-tool.md index f2f2feca8e..01e7df1571 100644 --- a/docs/content/en/docs-dev/user-guide/command-line-tool.md +++ b/docs/content/en/docs-dev/user-guide/command-line-tool.md @@ -45,7 +45,7 @@ You can use pipectl to add and sync applications, wait for a deployment status. 1. Add pipectl plugin to asdf. (If you have not yet `asdf add plugin add pipectl`.) ```console - asdf add plugin pipectl + asdf plugin add pipectl ``` 2. Install pipectl. Available versions are [here](https://github.com/pipe-cd/pipecd/releases).