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`.