Skip to content

Commit

Permalink
Merge branch 'main' of github.com:excellaco/terraform-provider-anchore
Browse files Browse the repository at this point in the history
  • Loading branch information
jmweir committed Oct 28, 2021
2 parents 9546a55 + f346498 commit 2dd3800
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ Terraform Provider for Anchore
Building The Provider
---------------------

Clone repository to: `$GOPATH/src/github.com/hashicorp/terraform-provider-anchore`

Clone repository to: `$GOPATH/src/github.com/excellaco/terraform-provider-anchore`
```sh
$ mkdir -p $GOPATH/src/github.com/excellaco; cd $GOPATH/src/github.com/excellaco
$ mkdir -p $GOPATH/src/github.com/excellaco
$ cd $GOPATH/src/github.com/excellaco
$ git clone git@github.com:excellaco/terraform-provider-anchore
```

Enter the provider directory and build the provider
Make sure GO can pull a private Git repository
```sh
$ git config --global url."git@github.com:".insteadOf "https://github.com/"
```

Install the provider
```sh
$ cd $GOPATH/src/github.com/excellaco/terraform-provider-anchore
$ make build
$ make install
```

0 comments on commit 2dd3800

Please sign in to comment.