summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan ROUSSEL <erwan.roussel51@gmail.com>2018-10-26 14:52:54 +0200
committerMarc Cornellà <marc.cornella@live.com>2018-10-26 14:52:54 +0200
commit4c8dd9c26da5b6cb85c5b82dab5b31b9d216834e (patch)
tree89b92f468a77c1e876173bea5ddfcabe5b2871ac
parentad9a8f2d434deb698702ba136d935d9d0910a4ae (diff)
downloadzsh-4c8dd9c26da5b6cb85c5b82dab5b31b9d216834e.tar.gz
zsh-4c8dd9c26da5b6cb85c5b82dab5b31b9d216834e.tar.bz2
zsh-4c8dd9c26da5b6cb85c5b82dab5b31b9d216834e.zip
heroku: add README (#7342)
-rw-r--r--plugins/heroku/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/heroku/README.md b/plugins/heroku/README.md
new file mode 100644
index 000000000..2bf92c9de
--- /dev/null
+++ b/plugins/heroku/README.md
@@ -0,0 +1,9 @@
+# Heroku
+
+This plugin provides completion for the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli).
+
+To use it add heroku to the plugins array in your zshrc file:
+
+```bash
+plugins=(... heroku)
+```