summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormrtheb <mrlabbe@gmail.com>2013-10-01 15:07:47 -0400
committerDavid Arthur <mumrah@gmail.com>2013-10-03 11:29:40 -0400
commitc304e3d4b080ce720e32abb820ab9120b8669d23 (patch)
tree4ead47dca18deac5843facc2f4ad6ac6174c38d8 /README.md
parent1d4bc3f6312aa51447d26b5de1fe4b4669584096 (diff)
downloadkafka-python-c304e3d4b080ce720e32abb820ab9120b8669d23.tar.gz
Cherry-pick mrtheb/kafka-python 8b9c7e51
Sync tests and fixtures with kafka 0.8.0-beta1 tag Conflicts: README.md kafka-src
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d688ea8..c9f782d 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Copyright 2013, David Arthur under Apache License, v2.0. See `LICENSE`
# Status
I'm following the version numbers of Kafka, plus one number to indicate the
-version of this project. The current version is 0.8.1-1. This version is under
+version of this project. The current version is 0.8.0-1. This version is under
development, APIs are subject to change.
# Usage
@@ -196,6 +196,7 @@ git submodule update
cd kafka-src
./sbt update
./sbt package
+./sbt assembly-package-dependency
```
And then run the tests. This will actually start up real local Zookeeper