diff options
author | Richard Mitchell <rwmitchell@gmail.com> | 2023-06-26 04:48:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 10:48:17 +0200 |
commit | d5f1f50ad2d62363785464d5b6eef1a009243d7a (patch) | |
tree | de1ca0748b0282c1744c1418ba3cf10b871ba748 | |
parent | 22e710b4e4c8934706ef5047506b3b7594af9138 (diff) | |
download | zsh-d5f1f50ad2d62363785464d5b6eef1a009243d7a.tar.gz zsh-d5f1f50ad2d62363785464d5b6eef1a009243d7a.tar.bz2 zsh-d5f1f50ad2d62363785464d5b6eef1a009243d7a.zip |
docs(git-extras): clarify readme (#11776)
-rw-r--r-- | plugins/git-extras/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git-extras/README.md b/plugins/git-extras/README.md index 2adc9d477..7eb53fcfd 100644 --- a/plugins/git-extras/README.md +++ b/plugins/git-extras/README.md @@ -1,6 +1,6 @@ # git-extras -This plugin provides completion definitions for some of the commands defined by [git-extras](https://github.com/tj/git-extras). +This plugin provides completion definitions for some of the commands defined by [git-extras](https://github.com/tj/git-extras), which must already be installed. To use it, add `git-extras` to the plugins array in your zshrc file: |