Skip to content

Commit f3000cc

Browse files
author
Brandon Arbini
committed
Merge pull request #10 from joshuapinter/patch-1
Added simple gem install instructions under Getting Started.
2 parents bdaa15a + 237a8fc commit f3000cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ Zencoder.base_url = "https://app.zencoder.com/api/v1"
4646

4747
## Getting Started
4848

49+
To install the gem on Rails, simply add it to your Gemfile:
50+
51+
```ruby
52+
gem "zencoder", "~> 2.0"
53+
```
54+
4955
The first thing you'll need to interact with the Zencoder API is your API key. You can use your API key in one of three ways. The first and easiest is to set it and forget it on the Zencoder module like so:
5056

5157
```ruby

0 commit comments

Comments
 (0)