From c8b539bf8bb9ce49ed4a5a5eac0da9cd29ad8fcf Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Wed, 8 Nov 2017 02:31:25 +0100 Subject: [PATCH] Typo: "make bin" => "make build" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b05c9a1f..0e191d489 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If you wish to work on the provider, you'll first need [Go](http://www.golang.or To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory. ```sh -$ make bin +$ make build ... $ $GOPATH/bin/terraform-provider-$PROVIDER_NAME ...