Skip to content

Commit

Permalink
Fix markdown syntax (apache#4426)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored and MonsterChenzhuo committed Apr 19, 2023
1 parent 7b748ea commit 2eceb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/start-v2/locally/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tar -xzvf "apache-seatunnel-incubating-${version}-bin.tar.gz"

## Step 3: Install connectors plugin

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).
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
Expand Down

0 comments on commit 2eceb2a

Please sign in to comment.