Skip to content

Commit cea42e0

Browse files
committed
use make build instead of go build in README
1 parent fee3605 commit cea42e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Clone and build the repository
3232

3333
```sh
3434
go get github.com/akshaykarle/terraform-provider-mongodbatlas
35-
go build github.com/akshaykarle/terraform-provider-mongodbatlas
35+
make build
3636
```
3737

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

4646
```sh
4747
go get -u github.com/akshaykarle/terraform-provider-mongodbatlas
48-
go build github.com/akshaykarle/terraform-provider-mongodbatlas
48+
make build
4949
```
5050

5151
## NOTE

0 commit comments

Comments
 (0)