Commit c5ac7b9601c4af01eb4d9112330b27be4d694ecc

Authored by Justin Coyne
Committed by GitHub
2 parents c0350e36 7a765f9f
Exists in master

Merge pull request #81 from merqlove/add-rails5-instructions

Add rails5 instructions
Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
@@ -11,7 +11,14 @@ Main uses would be for Users to follow other Users or for Users to follow Books, @@ -11,7 +11,14 @@ Main uses would be for Users to follow other Users or for Users to follow Books,
11 11
12 == Installation 12 == Installation
13 13
14 -=== The master branch supports Rails 4 14 +=== The master branch supports Rails 5
  15 +
  16 +Add the gem to the gemfile:
  17 + gem 'acts_as_follower', github: 'tcocca/acts_as_follower', branch: 'master'
  18 +
  19 +Other instructions same as for Rails 4.
  20 +
  21 +=== Rails 4.x support
15 22
16 The first release that support Rails 4 is 0.2.0 23 The first release that support Rails 4 is 0.2.0
17 24