From 76110e912a3d8e725168960b34126851d0a0d9dd Mon Sep 17 00:00:00 2001 From: Daniel Ruggeri Date: Mon, 28 Dec 2020 22:46:38 +0000 Subject: [PATCH] Make readme look better --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e09c0638..5b8679c5 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,10 @@ To import data: `terraform import restapi.Name /path/to/resource` See a concrete example [here](examples/dummy_users_with_fakeserver.tf) +   -### Installation +## Installation There are two standard methods of installing this provider detailed [in Terraform's documentation](https://www.terraform.io/docs/configuration/providers.html#third-party-plugins). You can place the file in the directory of your .tf file in `terraform.d/plugins/{OS}_{ARCH}/` or place it in your home directory at `~/.terraform.d/plugins/{OS}_{ARCH}/` The released binaries are named `terraform-provider-restapi_vX.Y.Z-{OS}-{ARCH}` so you know which binary to install. You *may* need to rename the binary you use during installation to just `terraform-provider-restapi_vX.Y.Z`.