From e8f509e63e9ba5966af43fa367c75890c77fa659 Mon Sep 17 00:00:00 2001 From: Quentin Brosse Date: Sat, 1 Jun 2019 18:14:05 +0200 Subject: [PATCH] fix: build command in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2b961986..c6e091dce 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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-scaleway ...