Skip to content

Commit 76110e9

Browse files
committed
Make readme look better
1 parent 4f0c01e commit 76110e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ To import data:
6262
`terraform import restapi.Name /path/to/resource`
6363

6464
See a concrete example [here](examples/dummy_users_with_fakeserver.tf)
65+
6566
 
6667

67-
### Installation
68+
## Installation
6869
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}/`
6970

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

0 commit comments

Comments
 (0)