You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2012/02/17 22:30:59 UTC

svn commit: r1245772 - /incubator/kafka/site/quickstart.html

Author: junrao
Date: Fri Feb 17 21:30:58 2012
New Revision: 1245772

URL: http://svn.apache.org/viewvc?rev=1245772&view=rev
Log:
fix quickstart to download jars and build package

Modified:
    incubator/kafka/site/quickstart.html

Modified: incubator/kafka/site/quickstart.html
URL: http://svn.apache.org/viewvc/incubator/kafka/site/quickstart.html?rev=1245772&r1=1245771&r2=1245772&view=diff
==============================================================================
--- incubator/kafka/site/quickstart.html (original)
+++ incubator/kafka/site/quickstart.html Fri Feb 17 21:30:58 2012
@@ -9,6 +9,8 @@
 <pre>
 <b>&gt; tar xzf kafka-&lt;VERSION&gt;.tgz</b>
 <b>&gt; cd kafka-&lt;VERSION&gt;</b>
+<b>&gt; ./sbt update</b>
+<b>&gt; ./sbt package</b>
 </pre>
 
 <h3>Step 2: Start the server</h3>