This commit is contained in:
John Bintz 2011-07-14 16:54:38 -04:00
parent 2cabce09e6
commit 811dc4f5e2
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ Yeah, it's a `Gemfile` with ERB in it:
<% else %> <% else %>
gem 'guard', :git => 'git://github.com/johnbintz/guard.git' gem 'guard', :git => 'git://github.com/johnbintz/guard.git'
<% end %> <% 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` (or anything, really) to get at the remote ones.
It then runs `bundle install`. It then runs `bundle install`.