diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-10-15 23:27:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 23:27:31 +0200 |
commit | 87bd507fcf19ef00167109ee293a233da14e46db (patch) | |
tree | 7a019c478bce8160ea12d371cbf47b353526e0bf /plugins/pod/README.md | |
parent | 11f36cf9226618666a3335833e5cfb246fce44b9 (diff) | |
parent | c1bc062e6b56e03fe0b8b31df9520941d219b43f (diff) | |
download | zsh-87bd507fcf19ef00167109ee293a233da14e46db.tar.gz zsh-87bd507fcf19ef00167109ee293a233da14e46db.tar.bz2 zsh-87bd507fcf19ef00167109ee293a233da14e46db.zip |
pod: add README (#8257)
Diffstat (limited to 'plugins/pod/README.md')
-rw-r--r-- | plugins/pod/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/pod/README.md b/plugins/pod/README.md new file mode 100644 index 000000000..0a3cc7a36 --- /dev/null +++ b/plugins/pod/README.md @@ -0,0 +1,10 @@ +# pod + +This plugin adds completion for [`CocoaPods`](https://cocoapods.org/). +CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. + +To use it, add `pod` to the plugins array in your zshrc file: + +```zsh +plugins=(... pod) +``` |