kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

In README, how to install with bundler #5

Closed brstp closed 13 years ago

brstp commented 13 years ago

In README file, you could state that the gem may be installed in the Rails 3 Gemfile (with bundler) with the line:

gem 'meta-tags', :require => 'meta_tags'

and then:

bundle install

Thanks! ./stefan

kpumuk commented 13 years ago

Done