jsancio commented on code in PR #17076:
URL: https://github.com/apache/kafka/pull/17076#discussion_r1765329524
##########
docs/quickstart.html:
##########
@@ -32,8 +32,8 @@ <h4 class="anchor-heading">
the latest Kafka release and extract it:
</p>
- <pre><code class="language-bash">$ tar -xzf
kafka_{{scalaVersion}}-{{fullDotVersion}}.tgz
-$ cd kafka_{{scalaVersion}}-{{fullDotVersion}}</code></pre>
+ <pre><code class="language-bash">tar -xzf
kafka_{{scalaVersion}}-{{fullDotVersion}}.tgz
Review Comment:
Okay. I'll revert these changes. I may do it in another PR.
I made these changes for two reasons. It assumes that the CLI prompt is `$`
which is not the case in all terminals and shells. The user cannot copy and
paste command and instead has to edit the begin the command before executing it.
--
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]