summaryrefslogtreecommitdiff
path: root/plugins/supervisor/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/supervisor/README.md')
-rw-r--r--plugins/supervisor/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/supervisor/README.md b/plugins/supervisor/README.md
index 1eacea6d3..a060ff483 100644
--- a/plugins/supervisor/README.md
+++ b/plugins/supervisor/README.md
@@ -5,6 +5,7 @@ Supervisor is a client/server system that allows its users to monitor and contro
of processes on UNIX-like operating systems.
To use it, add `supervisor` to the plugins array in your zshrc file:
+
```zsh
plugins=(... supervisor)
```