From f4e420e976515f0147dd6127f514c34211494007 Mon Sep 17 00:00:00 2001 From: Trae Robrock Date: Thu, 26 Apr 2012 14:32:03 -0700 Subject: [PATCH] Bundler installation instructions --- README.rdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rdoc b/README.rdoc index 6b510fe..29588e9 100644 --- a/README.rdoc +++ b/README.rdoc @@ -2,6 +2,11 @@ A Ruby statsd client (https://github.com/etsy/statsd) += Installing + +Bundler: + gem "statsd-ruby", :require => "statsd" + = Testing Run the specs with rake spec