Skip to content

Commit 7d4b332

Browse files
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.
1 parent 4c192a7 commit 7d4b332

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

actioncable/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,16 @@ The rebroadcast will be received by all connected clients, _including_ the clien
299299

300300
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.
301301

302+
## Download and installation
303+
304+
The latest version of Action Cable can be installed with RubyGems:
305+
306+
$ gem install actioncable
307+
308+
Source code can be downloaded as part of the Rails project on GitHub
309+
310+
* https://github.com/rails/rails/tree/master/actioncable
311+
302312
## License
303313

304314
Action Cable is released under the MIT license:

0 commit comments

Comments
 (0)