We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a614c commit 7ad7761Copy full SHA for 7ad7761
README.md
@@ -7,10 +7,11 @@ Watch [RailsCasts Episode 316](http://railscasts.com/episodes/316-private-pub) f
7
8
## Setup
9
10
-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.
11
12
```ruby
13
gem "private_pub"
14
+gem "thin"
15
```
16
17
Run the generator to create the initial files.
0 commit comments