From d90eaace1265cd61f14ba75f15e27c7b6166cd7c Mon Sep 17 00:00:00 2001 From: Joe Winter Date: Wed, 25 Oct 2017 09:50:09 -0400 Subject: [PATCH] Add instructions on using the plugin Adds instructions to use the plugin after you've built it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db331f3a7c1..9b7583a4d2f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ $ make build Using the provider ---------------------- -## Fill in for each provider +If you're building the provider, follow the instructions to [install it as a plugin.](https://www.terraform.io/docs/plugins/basics.html#installing-a-plugin) to install it as a plugin. After placing it into your plugins directory, run `terraform init` to initialize it. Developing the Provider ---------------------------