docs(plugin): Update plugin guide

Update the plugin documentation to reflect the best options for installing the armada plugin

Closes #166 https://github.com/att-comdev/armada/issues/166

Change-Id: If9612cef2bdc5f05342747fd45b939877e1b379f
This commit is contained in:
Evan Steitz 2017-10-17 13:21:15 -06:00 committed by Felipe Monteiro
parent 72ac86329f
commit 69bc0c9995
1 changed files with 9 additions and 3 deletions

View File

@ -5,13 +5,19 @@ The armada plugin extends all the functionality of Armada to be used as a plugin
Install Plugin
---------------
**Install directly from the repository**
::
To install the Armada plugin, all you have to do is copy the plugin directory into ~/.helm/plugins/
helm plugin install https://github.com/att-comdev/armada.git
.. code-block:: bash
**Clone and install locally**
git clone https://github.com/att-comdev/armada.git ~/.helm/plugins/
::
git clone https://github.com/att-comdev/armada.git ~/.helm/plugins/
helm plugin install ~/.helm/plugins/armada
Usage
------