浏览代码

vagrant: add README (#7215)

Bjorn Stange 6 年之前
父节点
当前提交
b231840d95
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      plugins/vagrant/README.md

+ 9 - 0
plugins/vagrant/README.md

@@ -0,0 +1,9 @@
+# Vagrant plugin
+
+This plugin adds completion for [Vagrant](https://www.vagrantup.com/)
+
+To use it, add `vagrant` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... vagrant)
+```