浏览代码

Add README to cask plugin

Marc Cornellà 8 年之前
父节点
当前提交
cf4da1b7ac
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      plugins/cask/README.md

+ 11 - 0
plugins/cask/README.md

@@ -0,0 +1,11 @@
+# cask plugin
+
+Loads `cask` completion from non-standard locations, such as if installed
+via Homebrew or others. To enable it, add `cask` to your plugins array:
+
+```zsh
+plugins=(... cask)
+```
+
+Make sure you have the `cask` directory in your `$PATH` before loading
+Oh My Zsh, otherwise you'll get the "command not found" error.