peterhyliao commented on code in PR #23526: URL: https://github.com/apache/kafka/pull/23526#discussion_r4058850711
########## docs/getting-started/quickstart.md: ########## @@ -152,43 +167,53 @@ First, make sure to add `connect-file-4.3.0.jar` to the `plugin.path` property i Edit the `config/connect-standalone.properties` file, add or change the `plugin.path` configuration property match the following, and save the file: ```bash -$ echo "plugin.path=libs/connect-file-4.3.0.jar" >> config/connect-standalone.properties +echo "plugin.path=libs/connect-file-4.3.0.jar" >> config/connect-standalone.properties ``` Then, start by creating some seed data to test with: ```bash -$ echo -e "foo +echo -e "foo bar" > test.txt ``` Or on Windows: ```bash Review Comment: Agreed. bat would be more appropriate than bash for a Windows-specific block, but removing the separate Windows block should make this unnecessary. -- 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]
