From f25eef73ef8fe2bf8646add53b7d6a5fdd173a6b Mon Sep 17 00:00:00 2001 From: Samuel Cochran Date: Mon, 25 Feb 2013 17:43:15 +1100 Subject: [PATCH] Add note about bundler to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e61cd98..223c19f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ MailCatcher runs a super simple SMTP server which catches any message sent to it The brave can get the source from [the GitHub repository][mailcatcher-github]. +### Bundler + +Please don't put mailcatcher into your Gemfile. It will conflict with your applications gems at some point. + +Instead, pop a note in your README stating you use mailcatcher. Simply run `gem install mailcatcher` then `mailcatcher` to get started. + ### RVM Under RVM your mailcatcher command may only be available under the ruby you install mailcatcher into. To prevent this, and to prevent gem conflicts, install mailcatcher into a dedicated gemset and create wrapper scripts: