diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-06-04 16:06:35 -0400 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-06-04 16:06:35 -0400 |
commit | 7d4b33257b79ee2172737a6bf51e115d9512885f (patch) | |
tree | ef500f75ede3df174159b7fc1f9557841f5428b8 /actioncable | |
parent | 4c192a7fadf03a30f8cfc0f04e52faacd132e131 (diff) | |
download | rails-7d4b33257b79ee2172737a6bf51e115d9512885f.tar.gz rails-7d4b33257b79ee2172737a6bf51e115d9512885f.tar.bz2 rails-7d4b33257b79ee2172737a6bf51e115d9512885f.zip |
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.
Diffstat (limited to 'actioncable')
-rw-r--r-- | actioncable/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
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: |