diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/pod/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/pod/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/zsh/oh-my-zsh/plugins/pod/README.md b/zsh/oh-my-zsh/plugins/pod/README.md deleted file mode 100644 index 0a3cc7a..0000000 --- a/zsh/oh-my-zsh/plugins/pod/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# 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) -``` |