Typo: make bin => make build

```
# make bin
make: *** No rule to make target 'bin'.  Stop.
```
This commit is contained in:
Patrick Decat 2017-06-13 14:04:48 +02:00 committed by GitHub
parent 25c83a7c54
commit 8621def0cd

View File

@ -43,7 +43,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-google
...