Updated based on @jordansissel input

This commit is contained in:
timconradinc 2013-03-29 18:48:26 -04:00
parent 89bdd7a38c
commit 5a5475bb7e

View file

@ -31,7 +31,10 @@ To work on the code without building a jar, install rvm and run the following:
ruby gembag.rb logstash.gemspec
# to use Logstash gems in irb, use the following
GEM_HOME=vendor/bundle/jruby/1.9 irb
bin/logstash irb
# or use irb from the jar
java -jar ogstash-<version>-monolithic.jar irb
# Run logstash
bin/logstash agent [options]