summaryrefslogtreecommitdiff
path: root/plugins/stack
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2018-10-28 13:55:01 +0100
committerGitHub <noreply@github.com>2018-10-28 13:55:01 +0100
commitf66595ff9e8f4e9ea0f42902fc085823da54e41e (patch)
tree81c0b897b25147e31576f8946a04be8ae2bdbac3 /plugins/stack
parent99b94bbeac9d326c11e7104e0d07bf185df15ef6 (diff)
parentabcac3e8a1819c0ad2a5bab84e4c57512a5d745e (diff)
downloadzsh-f66595ff9e8f4e9ea0f42902fc085823da54e41e.tar.gz
zsh-f66595ff9e8f4e9ea0f42902fc085823da54e41e.tar.bz2
zsh-f66595ff9e8f4e9ea0f42902fc085823da54e41e.zip
stack: add README (#7363)
Diffstat (limited to 'plugins/stack')
-rw-r--r--plugins/stack/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/stack/README.md b/plugins/stack/README.md
new file mode 100644
index 000000000..da73444ad
--- /dev/null
+++ b/plugins/stack/README.md
@@ -0,0 +1,9 @@
+# Stack
+
+This plugin provides completion for [Stack](https://haskellstack.org).
+
+To use it add stack to the plugins array in your zshrc file.
+
+```bash
+plugins=(... stack)
+```