From 2c3c1702a57d592454c793f2a5c1377278f1794e Mon Sep 17 00:00:00 2001 From: Matthew Kane Parker Date: Tue, 25 Sep 2012 10:38:58 -0400 Subject: [PATCH] temporarily encourage bundling directly from git --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index af3bd29d6..c7287858d 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ With bundler it's easy for your project to depend on many gems. This decomposit Add license_finder to your Rails project's Gemfile and `bundle`: ```ruby -gem 'license_finder' +gem 'license_finder', git: "https://github.com/pivotal/LicenseFinder.git" ``` ## Usage