Skip to content

Commit

Permalink
use make build instead of go build in README
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed May 8, 2018
1 parent fee3605 commit cea42e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Clone and build the repository

```sh
go get github.com/akshaykarle/terraform-provider-mongodbatlas
go build github.com/akshaykarle/terraform-provider-mongodbatlas
make build
```

Symlink the binary to your terraform plugins directory:
Expand All @@ -45,7 +45,7 @@ ln -s $GOPATH/bin/terraform-provider-mongodbatlas ~/.terraform.d/plugins/

```sh
go get -u github.com/akshaykarle/terraform-provider-mongodbatlas
go build github.com/akshaykarle/terraform-provider-mongodbatlas
make build
```

## NOTE
Expand Down

0 comments on commit cea42e0

Please sign in to comment.