Skip to content

Commit b6e5404

Browse files
committed
Merge pull request #40 from tibbon/patch-1
Made getting started clearer
2 parents 75fbfca + 54327a8 commit b6e5404

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ Pusher gem
33

44
[![Build Status](https://secure.travis-ci.org/pusher/pusher-gem.png?branch=master)](http://travis-ci.org/pusher/pusher-gem)
55

6-
## Configuration
6+
## Installation & Configuration
7+
8+
Add pusher to your Gemfile, and then run `bundle install`
9+
10+
gem 'pusher'
11+
12+
or install via gem
13+
14+
gem install pusher
715

816
After registering at <http://pusher.com> configure your app with the security credentials.
917

0 commit comments

Comments
 (0)