This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a commit to branch add_stengine_to_start-v2 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git
commit 5461945993329509a1dc25d3e5ccf76bfe705491 Author: gaojun <[email protected]> AuthorDate: Tue Nov 1 16:08:18 2022 +0800 fix format error --- versioned_docs/version-2.3.0-beta/start-v2/local.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/versioned_docs/version-2.3.0-beta/start-v2/local.mdx b/versioned_docs/version-2.3.0-beta/start-v2/local.mdx index 1048e04553..9e8f36afcb 100644 --- a/versioned_docs/version-2.3.0-beta/start-v2/local.mdx +++ b/versioned_docs/version-2.3.0-beta/start-v2/local.mdx @@ -34,7 +34,7 @@ tar -xzvf "apache-seatunnel-incubating-${version}-bin.tar.gz" <!-- TODO: We should add example module as quick start which is no need for install Spark or Flink --> ## Step 3: Install connectors plugin -Since 2.3.0-beta, the binary package does not provide connector dependencies by default, so when using it for the first time, we need to execute the following command to install the connector: (Of course, you can also manually download the connector from [Apache Maven Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/ to download, then manually move to the seatunnel subdirectory under the connectors directory). +Since 2.2.0-beta, the binary package does not provide connector dependencies by default, so when using it for the first time, we need to execute the following command to install the connector: (Of course, you can also manually download the connector from [Apache Maven Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/ to download, then manually move to the seatunnel subdirectory under the connectors directory). ```bash sh bin/install_plugin.sh 2.3.0-beta ``` @@ -63,8 +63,6 @@ You can find all supported connectors and corresponding plugin_config configurat If you want to install the connector plugin by manually downloading the connector, you need to pay special attention to the following -:::tip - The connectors directory contains the following subdirectories, if they do not exist, you need to create them manually ```
