Anuraag-Advani commented on a change in pull request #187: create development guide URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/187#discussion_r124067436
########## File path: devGuide.md ########## @@ -0,0 +1,62 @@ +# Development and Testing +## Build +Building the Kafka feed provider is a simple matter of running a `docker build` command from the root of the project. I suggest tagging the image with a memorable name, like "KafkaFeedProvider": + +``` sh +docker build -t KafkaFeedProvider . Review comment: The repo name can't contain capital lettets ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
