summaryrefslogtreecommitdiff
path: root/plugins/nomad/README.md
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-10-09 11:18:56 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-10-09 11:18:56 -0600
commita2baf45bce6bb8b501512233441af8f65f90a775 (patch)
tree3c0b773ed3b77c37ee1d609277a0e8f44d8899f9 /plugins/nomad/README.md
parent4af1cb74ad3c3275d3352febf9e14e19f368d65a (diff)
parentcd37d19ddaf9cc5acbf443f93f88ca355f74090d (diff)
downloadzsh-a2baf45bce6bb8b501512233441af8f65f90a775.tar.gz
zsh-a2baf45bce6bb8b501512233441af8f65f90a775.tar.bz2
zsh-a2baf45bce6bb8b501512233441af8f65f90a775.zip
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/nomad/README.md')
-rw-r--r--plugins/nomad/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/nomad/README.md b/plugins/nomad/README.md
new file mode 100644
index 000000000..04b361683
--- /dev/null
+++ b/plugins/nomad/README.md
@@ -0,0 +1,15 @@
+# Nomad
+
+The `nomad` plugin provides a simple autocompletion for [Nomad](https://nomadproject.io/), a tool from Hashicorp for easily deploy applications at any scale.
+
+## Usage
+
+1. Enable the `nomad` plugin:
+
+ ```zsh
+ plugins=(... nomad)
+ ```
+
+2. Install [Nomad](https://nomadproject.io/)
+
+3. Type `nomad` into your prompt and hit `TAB` to see available completion options.