Skip to content

Commit

Permalink
add local dev link info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jgramoll committed Aug 6, 2019
1 parent 0515f40 commit 5139baf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,12 @@ You should have a working Go environment setup. If not check out the Go [gettin
export GO111MODULE=on
go mod vendor
```

### Link ###

```sh
go clean
go build
rm ~/.terraform.d/plugins/$(uname | tr '[:upper:]' '[:lower:]')_amd64/terraform-provider-jenkins_v1.0.0
ln ./terraform-provider-jenkins ~/.terraform.d/plugins/$(uname | tr '[:upper:]' '[:lower:]')_amd64/terraform-provider-jenkins_v1.0.0
```

0 comments on commit 5139baf

Please sign in to comment.