From 7d90d5fd4744ba1c56a9a893d7f95fbefe9450bb Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 18 Aug 2011 17:39:59 -0400 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64be4d8..410a1bd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Yeah, it's a `Gemfile` with ERB in it: <% end %> ``` -Use `script/gemfile local` to get at the local ones, and `script/gemfile remote` (or anything, really) to get at the remote ones. +Use `script/gemfile local` to get at the local ones, and `script/gemfile remote` to get at the remote ones. It then runs `bundle install`. You can also run `penchant gemfile ENV`.