Browse Source

homestead: add README (#7343)

Erwan ROUSSEL 5 years ago
parent
commit
fcbfd75827
1 changed files with 9 additions and 0 deletions
  1. 9 0
      plugins/homestead/README.md

+ 9 - 0
plugins/homestead/README.md

@@ -0,0 +1,9 @@
+# Homestead
+
+This plugin provides completion for [Homestead](https://laravel.com/docs/homestead).
+
+To use it add homestead to the plugins array in your zshrc file.
+
+```bash
+plugins=(... homestead)
+```