Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan de Jesus committed Feb 26, 2021
1 parent e2aad59 commit fb27bcf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@ export BITBUCKET_PASSWORD=<bitbucket app password>
Building and Installing The Provider
---------------------

Clone repository to: `$GOPATH/src/bitbucket.org/24g/terraform-provider-dev24g`
Clone repository to: `$GOPATH/src/github.com/twentyfourg/terraform-provider-dev24g`

```sh
$ mkdir -p $GOPATH/src/bitbucket.org/24g; cd $GOPATH/src/bitbucket.org/24g
$ git clone git@bitbucket.org:24g/terraform-bitbucket.git
$ export GOPATH=$HOME/go
$ mkdir -p $GOPATH/src/github.com/twentyfourg; cd $GOPATH/src/github.com/twentyfourg
$ git clone git@github.com:twentyfourg/terraform-provider-dev24g.git
```

Enter the provider directory and build the provider. `go install` puts the new binary into `$HOME/go/bin`.

```sh
$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-bitbucket
$ cd $GOPATH/src/src/github.com/twentyfourg/terraform-provider-dev24g
$ go install
```

Expand Down

0 comments on commit fb27bcf

Please sign in to comment.