From b4f06ee8d70ba65b693702cbea079ef86a5f778f Mon Sep 17 00:00:00 2001 From: timconradinc Date: Tue, 30 Apr 2013 16:12:51 -0300 Subject: [PATCH] Added more information for building from git Added make vendor-elasticsearch for getting jars out of elasticsearch for running from git. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ed8d110b1..fb232e15a 100755 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ To work on the code without building a jar, install rvm and run the following: # Run logstash bin/logstash agent [options] + + # If running bin/logstash agent yields complaints about log4j/other things + make vendor-elasticsearch ## Building