From 811dc4f5e28acc584995fb27048b32d33520a45d Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 14 Jul 2011 16:54:38 -0400 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59ff71d..a9844f7 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Yeah, it's a `Gemfile` with ERB in it: <% else %> gem 'guard', :git => 'git://github.com/johnbintz/guard.git' <% end %> +``` Use `script/gemfile local` to get at the local ones, and `script/gemfile remote` (or anything, really) to get at the remote ones. It then runs `bundle install`.