Unverified Commit 160a801b authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

Clean up README

parent 39a4f928
# supervisor plugin # supervisor plugin
This plugin adds tab-completion for supervisord/supervisorctl in [Supervisor](http://supervisord.org/). This plugin adds tab-completion for `supervisord`/`supervisorctl` in [Supervisor](http://supervisord.org/).
Supervisor is a client/server system that allows its users to monitor and control a number
Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. of processes on UNIX-like operating systems.
To use it, add `supervisor` to the plugins array in your zshrc file: To use it, add `supervisor` to the plugins array in your zshrc file:
```zsh ```zsh
plugins=(... supervisor) plugins=(... supervisor)
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment