Create README.md

Create stack's plugin README.md
master
Erwan ROUSSEL 8 years ago committed by GitHub
parent f96d18ca93
commit abcac3e8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      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)
```
Loading…
Cancel
Save