Skip to content

Commit

Permalink
GOPATH no more required with go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vkalangu authored Jul 9, 2021
1 parent 883a0ad commit e9fbdc8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@

## Building The Provider

Clone repository to: `$GOPATH/src/github.com/IBM-Cloud/terraform-provider-ibm`

Clone repository
```sh
mkdir -p $GOPATH/src/github.com/IBM-Cloud; cd $GOPATH/src/github.com/IBM-Cloud
git clone [email protected]:IBM-Cloud/terraform-provider-ibm.git
```

Enter the provider directory and build the provider

```sh
cd $GOPATH/src/github.com/IBM-Cloud/terraform-provider-ibm
cd terraform-provider-ibm
make build
```

Expand Down

0 comments on commit e9fbdc8

Please sign in to comment.