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.
This commit is contained in:
Prathamesh Sonpatki 2016-06-04 16:06:35 -04:00
parent 4c192a7fad
commit 7d4b33257b
No known key found for this signature in database
GPG Key ID: 8B90F6B89E2BCB71
1 changed files with 10 additions and 0 deletions

View File

@ -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: