summaryrefslogtreecommitdiff
path: root/plugins/lxd/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/lxd/README.md')
-rw-r--r--plugins/lxd/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/lxd/README.md b/plugins/lxd/README.md
new file mode 100644
index 000000000..cea45e31c
--- /dev/null
+++ b/plugins/lxd/README.md
@@ -0,0 +1,9 @@
+# lxd
+
+This plugin provides completion for [lxd](https://linuxcontainers.org/lxd/), as well as aliases
+for frequent lxc commands.
+
+To use it add `lxd` to the plugins array in your zshrc file.
+
+```zsh
+plugins=(... lxd)