Skip to content

Commit 7ad7761

Browse files
committed
instructions to add thin to gemfile
1 parent 41a614c commit 7ad7761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ Watch [RailsCasts Episode 316](http://railscasts.com/episodes/316-private-pub) f
77

88
## Setup
99

10-
Add the gem to your Gemfile and run the `bundle` command to install it.
10+
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.
1111

1212
```ruby
1313
gem "private_pub"
14+
gem "thin"
1415
```
1516

1617
Run the generator to create the initial files.

0 commit comments

Comments
 (0)