summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2019-10-09 18:12:58 +0200
committerGitHub <noreply@github.com>2019-10-09 18:12:58 +0200
commit98cd133c4d15c1a147679cc00c0bd924fd91f11c (patch)
treedc930eb02d5b032fa1799241986a8f6290f16543
parent7d410549cdeb838c45db4225a3b7d63e7098866d (diff)
downloadzsh-98cd133c4d15c1a147679cc00c0bd924fd91f11c.tar.gz
zsh-98cd133c4d15c1a147679cc00c0bd924fd91f11c.tar.bz2
zsh-98cd133c4d15c1a147679cc00c0bd924fd91f11c.zip
Reword and add extra information
-rw-r--r--plugins/chruby/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/chruby/README.md b/plugins/chruby/README.md
index c5e4b9332..d373006a5 100644
--- a/plugins/chruby/README.md
+++ b/plugins/chruby/README.md
@@ -1,9 +1,10 @@
# chruby plugin
-This plugin loads the [chruby](https://github.com/postmodern/chruby). Supports brew and manual installation of chruby.
+This plugin loads [chruby](https://github.com/postmodern/chruby), a tool that changes the
+current Ruby version, and completion and a prompt function to display the Ruby version.
+Supports brew and manual installation of chruby.
To use it, add `chruby` to the plugins array in your zshrc file:
-
```zsh
plugins=(... chruby)
```