Skip to content

Commit e2b56c8

Browse files
authored
Merge pull request #475 from brickzzhang/readme
[update readme for new repository]
2 parents 63ddd57 + 0af6d9e commit e2b56c8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
ENHANCEMENTS:
66

77
* upgrade terraform 0.13
8+
* update readme to new repository
89

910
## 1.38.3 (July 13, 2020)
1011

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## Requirements
44

5-
* [Terraform](https://www.terraform.io/downloads.html) 0.12.x
5+
* [Terraform](https://www.terraform.io/downloads.html) 0.13.x
66
* [Go](https://golang.org/doc/install) 1.13.x (to build the provider plugin)
77

88
## Usage
99

1010
### Build from source code
1111

12-
Clone repository to: `$GOPATH/src/github.com/terraform-providers/terraform-provider-tencentcloud`
12+
Clone repository to: `$GOPATH/src/github.com/tencentcloudstack/terraform-provider-tencentcloud`
1313

1414
```sh
15-
$ mkdir -p $GOPATH/src/github.com/terraform-providers
16-
$ cd $GOPATH/src/github.com/terraform-providers
17-
$ git clone https://github.com/terraform-providers/terraform-provider-tencentcloud
15+
$ mkdir -p $GOPATH/src/github.com/tencentcloudstack
16+
$ cd $GOPATH/src/github.com/tencentcloudstack
17+
$ git clone https://github.com/tencentcloudstack/terraform-provider-tencentcloud.git
1818
$ cd terraform-provider-tencentcloud
1919
$ go build .
2020
```

0 commit comments

Comments
 (0)