diff options
author | Erwan ROUSSEL <erwan.roussel51@gmail.com> | 2019-10-05 11:14:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-05 11:14:12 +0200 |
commit | e1cb349ffe411b6de2fef696885ec687853d152f (patch) | |
tree | 145a9327fd74a2dbd035f38ce344128ccab2aeae /plugins | |
parent | 1be840b8319b40c5608d18816031f6b2d6dc6849 (diff) | |
download | zsh-e1cb349ffe411b6de2fef696885ec687853d152f.tar.gz zsh-e1cb349ffe411b6de2fef696885ec687853d152f.tar.bz2 zsh-e1cb349ffe411b6de2fef696885ec687853d152f.zip |
Update README.md
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/redis-cli/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/redis-cli/README.md b/plugins/redis-cli/README.md index f6e947f4c..64956df13 100644 --- a/plugins/redis-cli/README.md +++ b/plugins/redis-cli/README.md @@ -9,6 +9,6 @@ plugins=(... redis-cli) ``` ## Requirements -In order to make this work, you will need to have the redis installed. +In order to make this work, you will need to have redis installed. More info on the usage and install: https://redis.io/topics/quickstart |