No longer recommend installation from git

This commit is contained in:
Steve Klabnik 2013-03-05 15:28:56 -08:00
parent 95937c6fc7
commit 585b1bc508

View File

@ -15,11 +15,11 @@ development.**
# Installing Serializers
For now, the easiest way to install `ActiveModel::Serializers` is to add this
For now, the easiest way to install `ActiveModel::Serializers` is to add it
to your `Gemfile`:
```ruby
gem "active_model_serializers", :github => "rails-api/active_model_serializers"
gem "active_model_serializers", "~> 0.6.0"
```
Then, install it on the command line: