Update README for repository transfer. (#462)

This commit is contained in:
Andrew Starr-Bochicchio 2020-07-20 12:02:56 -04:00 committed by GitHub
parent 289c96e90b
commit 45e67ee572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -16,17 +16,17 @@ Requirements
Building The Provider Building The Provider
--------------------- ---------------------
Clone repository to: `$GOPATH/src/github.com/terraform-providers/terraform-provider-digitalocean` Clone repository to: `$GOPATH/src/github.com/digitalocean/terraform-provider-digitalocean`
```sh ```sh
$ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers $ mkdir -p $GOPATH/src/github.com/digitalocean; cd $GOPATH/src/github.com/digitalocean
$ git clone git@github.com:terraform-providers/terraform-provider-digitalocean $ git clone git@github.com:digitalocean/terraform-provider-digitalocean
``` ```
Enter the provider directory and build the provider Enter the provider directory and build the provider
```sh ```sh
$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-digitalocean $ cd $GOPATH/src/github.com/digitalocean/terraform-provider-digitalocean
$ make build $ make build
``` ```