summaryrefslogtreecommitdiff
path: root/plugins/nomad/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/nomad/README.md')
-rw-r--r--plugins/nomad/README.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/plugins/nomad/README.md b/plugins/nomad/README.md
index ff07e917b..04b361683 100644
--- a/plugins/nomad/README.md
+++ b/plugins/nomad/README.md
@@ -1,11 +1,15 @@
-## About
+# Nomad
-Plugin for Nomad, a tool from Hashicorp for easily deploy applications at any scale.
+The `nomad` plugin provides a simple autocompletion for [Nomad](https://nomadproject.io/), a tool from Hashicorp for easily deploy applications at any scale.
-### Requirements
+## Usage
- * [Nomad](https://nomadproject.io/)
+1. Enable the `nomad` plugin:
-### Usage
+ ```zsh
+ plugins=(... nomad)
+ ```
- * Type `nomad` into your prompt and hit `TAB` to see available completion options
+2. Install [Nomad](https://nomadproject.io/)
+
+3. Type `nomad` into your prompt and hit `TAB` to see available completion options.