This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new a7770b5f883 Update deployment.md (#340)
a7770b5f883 is described below
commit a7770b5f8837d277eb51a83e78ec3b06f6f361b5
Author: huangkuilin <[email protected]>
AuthorDate: Mon Oct 14 14:17:06 2024 +0800
Update deployment.md (#340)
---
.../version-2.3.8/start-v2/locally/deployment.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/start-v2/locally/deployment.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/start-v2/locally/deployment.md
index ce17e773319..ce1f378c11e 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/start-v2/locally/deployment.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/start-v2/locally/deployment.md
@@ -35,7 +35,7 @@ tar -xzvf "apache-seatunnel-${version}-bin.tar.gz"
sh bin/install-plugin.sh
```
-如果您需要指定的连接器版本,以2.3.7为例,您需要执行如下命令:
+如果您需要指定的连接器版本,以2.3.8为例,您需要执行如下命令:
```bash
sh bin/install-plugin.sh 2.3.8
@@ -44,7 +44,7 @@ sh bin/install-plugin.sh 2.3.8
通常情况下,你不需要所有的连接器插件。你可以通过配置`config/plugin_config`来指定所需的插件。例如,如果你想让示例应用程序正常工作,你将需要`connector-console`和`connector-fake`插件。你可以修改`plugin_config`配置文件,如下所示:
```plugin_config
---seatunnel-connectors--
+--connectors-v2--
connector-fake
connector-console
--end--