jlprat commented on code in PR #10767:
URL: https://github.com/apache/kafka/pull/10767#discussion_r1476011006


##########
docs/quickstart.html:
##########
@@ -32,8 +32,8 @@ <h4 class="anchor-heading">
             the latest Kafka release and extract it:
         </p>
 
-        <pre class="line-numbers"><code class="language-bash">$ tar -xzf 
kafka_2.13-2.8.0.tgz
-$ cd kafka_2.13-2.8.0</code></pre>
+        <pre class="line-numbers"><code class="language-bash">&gt; tar -xzf 
kafka_2.13-2.8.0.tgz

Review Comment:
   Changed these and all the other occurrences



##########
docs/quickstart.html:
##########
@@ -121,7 +121,7 @@ <h4 class="anchor-heading">
             By default, each line you enter will result in a separate event 
being written to the topic.
         </p>
 
-        <pre class="line-numbers"><code class="language-bash">$ 
bin/kafka-console-producer.sh --topic quickstart-events --bootstrap-server 
localhost:9092
+        <pre class="line-numbers"><code class="language-bash">&gt; 
bin/kafka-console-producer.sh --topic quickstart-events --bootstrap-server 
localhost:9092

Review Comment:
   Fixed



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to