aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/README.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-07-01 10:44:43 -0400
committerJon Moss <me@jonathanmoss.me>2016-07-02 12:13:33 -0400
commiteff98450ff17855439419db25976d2ecfe54dc04 (patch)
tree454702ec99c4fef03a48f7f4f8ca620edd02c0a0 /actioncable/README.md
parent49fe7c66874b7b92ff1587b35777a760ac75be9b (diff)
downloadrails-eff98450ff17855439419db25976d2ecfe54dc04.tar.gz
rails-eff98450ff17855439419db25976d2ecfe54dc04.tar.bz2
rails-eff98450ff17855439419db25976d2ecfe54dc04.zip
Standardize Action Cable README.md
All other Rails components feature this section, Action Cable should have it as well. [ci skip]
Diffstat (limited to 'actioncable/README.md')
-rw-r--r--actioncable/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/actioncable/README.md b/actioncable/README.md
index 28e2602cbf..e8b50d6f31 100644
--- a/actioncable/README.md
+++ b/actioncable/README.md
@@ -526,6 +526,15 @@ cable.subscriptions.create 'AppearanceChannel',
# normal channel code goes here...
```
+## Download and Installation
+
+The latest version of Action Cable can be installed with [RubyGems](#gem-usage),
+or with [npm](#npm-usage).
+
+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: