Put correct build command in README

The README displays 'make bin' as build command, but it's 'make build'.
This commit is contained in:
Simon Wydooghe 2017-08-21 22:34:05 +02:00 committed by Martin Atkins
parent a0b8b2d4a3
commit e9a84b9cee
1 changed files with 1 additions and 1 deletions

View File

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