diff options
author | Yasna Kateb <yasnakatebzadeh@gmail.com> | 2019-10-14 13:05:12 +0330 |
---|---|---|
committer | Yasna Kateb <yasnakatebzadeh@gmail.com> | 2019-10-14 13:05:12 +0330 |
commit | f2be66177d440719dc58ce974077709b9b1b8f33 (patch) | |
tree | e2473b9f564b44b88a9cb68123e0347c338fdbc9 | |
parent | 52f58785645c18aa88ea515d070a42bcfe97508d (diff) | |
download | zsh-f2be66177d440719dc58ce974077709b9b1b8f33.tar.gz zsh-f2be66177d440719dc58ce974077709b9b1b8f33.tar.bz2 zsh-f2be66177d440719dc58ce974077709b9b1b8f33.zip |
Added README for pod
-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..1009a0855 --- /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) +``` |