Skip to content

Commit ba08e6a

Browse files
committed
added installation instructions to readme
1 parent 8503159 commit ba08e6a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.rdoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,25 @@ Vorbis::Info documentation for more information.
3333
info.sample_rate #=> 44100
3434
end
3535

36+
== Installation
37+
38+
Add this line to your application's Gemfile:
39+
40+
gem 'ruby-ogg'
41+
42+
And then execute:
43+
44+
$ bundle
45+
46+
Or install it yourself as:
47+
48+
$ gem install ruby-ogg
49+
50+
== Requirements
51+
52+
* Ruby 1.8+
53+
* RubyGems
54+
3655
== Features
3756

3857
* 100% pure Ruby

0 commit comments

Comments
 (0)