yujian225 commented on code in PR #7388:
URL: https://github.com/apache/seatunnel/pull/7388#discussion_r1721164432


##########
docs/en/start-v2/locally/deployment.md:
##########
@@ -28,27 +28,13 @@ tar -xzvf "apache-seatunnel-${version}-bin.tar.gz"
 
 ## Step 3: Download The Connector Plugins
 
-Starting from the 2.2.0-beta version, the binary package no longer provides 
the connector dependencies by default. Therefore, when using it for the first 
time, you need to execute the following command to install the connectors (Of 
course, you can also manually download the connector from the [Apache Maven 
Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/), and 
then move it to the `connectors/seatunnel` directory) :
+Starting from version 2.2.0-beta, the binary package no longer provides 
connector dependencies by default. Therefore, the first time you use it, you 
need to run the following command to install the connectors (Alternatively, you 
can manually download the connectors from the [Apache Maven 
Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/) and 
move them to the `connectors/` directory. For versions before 2.3.5, place them 
in the `connectors/seatunnel` directory):
 
 ```bash
 sh bin/install-plugin.sh
 ```
 
-If you need a specific connector version, taking 2.3.7 as an example, you need 
to execute the following command:
-
-```bash
-sh bin/install-plugin.sh 2.3.7
-```

Review Comment:
   The issue mentioned above has been resolved.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to