From 7ad77617b1f48980d6f114bc96018f2964a07bdc Mon Sep 17 00:00:00 2001 From: Ryan Bates Date: Thu, 21 Feb 2013 17:12:17 -0800 Subject: [PATCH] instructions to add thin to gemfile --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8da663b..fd7594c 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,11 @@ Watch [RailsCasts Episode 316](http://railscasts.com/episodes/316-private-pub) f ## Setup -Add the gem to your Gemfile and run the `bundle` command to install it. +Add the gem to your Gemfile and run the `bundle` command to install it. You'll probably want to add "thin" to your Gemfile as well to serve Faye. ```ruby gem "private_pub" +gem "thin" ``` Run the generator to create the initial files.