diff options
Diffstat (limited to 'plugins/watson/README.md')
-rw-r--r-- | plugins/watson/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/watson/README.md b/plugins/watson/README.md new file mode 100644 index 000000000..ef734ec63 --- /dev/null +++ b/plugins/watson/README.md @@ -0,0 +1,9 @@ +# Watson + +This plugin provides completion for [Watson](https://tailordev.github.io/Watson/). + +To use it add `watson` to the plugins array in your zshrc file. + +```zsh +plugins=(... watson) +``` |