From 7d4b33257b79ee2172737a6bf51e115d9512885f Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sat, 4 Jun 2016 16:06:35 -0400 Subject: [PATCH] Added "Download and Installation" section to Action Cable README [ci skip] - Only Action Cable README did not have this section, all of the other READMEs have this section. --- actioncable/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/actioncable/README.md b/actioncable/README.md index a63308d7e1..58d23d2834 100644 --- a/actioncable/README.md +++ b/actioncable/README.md @@ -299,6 +299,16 @@ The rebroadcast will be received by all connected clients, _including_ the clien See the [rails/actioncable-examples](https://github.com/rails/actioncable-examples) repository for a full example of how to setup Action Cable in a Rails app, and how to add channels. +## Download and installation + +The latest version of Action Cable can be installed with RubyGems: + + $ gem install actioncable + +Source code can be downloaded as part of the Rails project on GitHub + +* https://github.com/rails/rails/tree/master/actioncable + ## License Action Cable is released under the MIT license: