summaryrefslogtreecommitdiff
path: root/plugins/homestead/README.md
diff options
context:
space:
mode:
authorErwan ROUSSEL <erwan.roussel51@gmail.com>2018-10-26 17:08:27 +0200
committerMarc Cornellà <marc.cornella@live.com>2018-10-26 17:08:27 +0200
commitfcbfd75827e52cb11e40246735d2a8f43f861d1a (patch)
tree09a208ccc830b51b59f1d586a4d27a9563ace846 /plugins/homestead/README.md
parentb3483109f54dbb0481fb0d6a491f2bf89f0f4cf8 (diff)
downloadzsh-fcbfd75827e52cb11e40246735d2a8f43f861d1a.tar.gz
zsh-fcbfd75827e52cb11e40246735d2a8f43f861d1a.tar.bz2
zsh-fcbfd75827e52cb11e40246735d2a8f43f861d1a.zip
homestead: add README (#7343)
Diffstat (limited to 'plugins/homestead/README.md')
-rw-r--r--plugins/homestead/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/homestead/README.md b/plugins/homestead/README.md
new file mode 100644
index 000000000..476302371
--- /dev/null
+++ b/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)
+```