summaryrefslogtreecommitdiff
path: root/plugins/rbfu/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rbfu/README.md')
-rw-r--r--plugins/rbfu/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/rbfu/README.md b/plugins/rbfu/README.md
index f1f9fa2f7..fbcab64de 100644
--- a/plugins/rbfu/README.md
+++ b/plugins/rbfu/README.md
@@ -4,6 +4,7 @@ This plugin starts [rbfu](https://github.com/hmans/rbfu), a minimal Ruby version
manager, and adds some useful functions.
To use it, add `rbfu` to the plugins array in your zshrc file:
+
```zsh
plugins=(... rbfu)
```