Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/metron/pull/837#discussion_r149994245
--- Diff:
metron-deployment/other-examples/manual-install/Manual_Install_CentOS6.md ---
@@ -638,15 +638,15 @@ Edit crontab with `# crontab -e` and add:
bro-kafka:
```
-# cp -r /root/metron/metron-sensors/bro-plugin-kafka /tmp
-# cd /tmp/bro-plugin-kafka
+# git clone https://github.com/apache/metron-bro-plugin-kafka
/tmp/metron-bro-plugin-kafka
+# cd /tmp/metron-bro-plugin-kafka
# rm -rf build/
--- End diff --
Why no make clean?
---