TyrantLucifer commented on code in PR #191:
URL:
https://github.com/apache/incubator-seatunnel-website/pull/191#discussion_r1059366849
##########
versioned_docs/version-2.3.0/start-v2/locally/deployment.md:
##########
@@ -30,7 +30,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).
```bash
-sh bin/install_plugin.sh
+sh bin/install_plugin.sh 2.3.0
Review Comment:
Now default version number that in shell is 2.3.0. So it is useless.
--
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]