浏览代码

powder: add README (#8310)

Łukasz Chrząszcz 4 年之前
父节点
当前提交
36092aac0c
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      plugins/powder/README.md

+ 8 - 0
plugins/powder/README.md

@@ -0,0 +1,8 @@
+# Powder
+
+This plugin provides completion for [powder](https://github.com/powder-rb/powder/).
+
+To use it, add powder to the plugins array of your zshrc file:
+```
+plugins=(... powder)
+```