Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
instructions to add thin to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Feb 22, 2013
1 parent 41a614c commit 7ad7761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7ad7761

Please sign in to comment.