1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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. 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 ## License
Action Cable is released under the MIT license: Action Cable is released under the MIT license: