Skip to content

Commit

Permalink
docs: fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle-0808 committed Jan 24, 2025
1 parent efd9bf9 commit 309ff6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user_docs/installation/install-kbcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Install kbcli using the `curl` command.
curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash
```

To install a specified version of kbcli, use `-v` after the command and describe the version you want to install.
To install a specified version of kbcli, use `-s` after the command and describe the version you want to install.

```bash
curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s x.y.z
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh-cn/user-docs/installation/install-kbcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ kbcli 目前支持 macOS、Windows 和 Linux 系统。
curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash
```

如果想安装 kbcli 的指定版本,在上述命令后面加上 `-v` 和你想安装的版本号。
如果想安装 kbcli 的指定版本,在上述命令后面加上 `-s` 和你想安装的版本号。

```bash
curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s x.y.z
Expand Down

0 comments on commit 309ff6d

Please sign in to comment.