Commit 7a765f9fb48b9b6c7e2b11f67d33fb94fd76738a
1 parent
c395dd2f
Exists in
master
Add rails5 instructions
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
README.rdoc
@@ -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 |