Skip to content

Commit

Permalink
Merge pull request #81 from merqlove/add-rails5-instructions
Browse files Browse the repository at this point in the history
Add rails5 instructions
  • Loading branch information
jcoyne committed Jan 31, 2017
2 parents c0350e3 + 7a765f9 commit c5ac7b9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ Main uses would be for Users to follow other Users or for Users to follow Books,

== Installation

=== The master branch supports Rails 4
=== The master branch supports Rails 5

Add the gem to the gemfile:
gem 'acts_as_follower', github: 'tcocca/acts_as_follower', branch: 'master'

Other instructions same as for Rails 4.

=== Rails 4.x support

The first release that support Rails 4 is 0.2.0

Expand Down

1 comment on commit c5ac7b9

@ngoanpro0207
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.