Update README.md

This commit is contained in:
jiacai_wang 2020-06-06 19:55:30 +08:00 committed by GitHub
parent c5ade1e0eb
commit 9fba87e6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
update domain record using AliCloud Go SDK.
### Usage
- First, install Aliyun Go SDK by running `go get github.com/aliyun/alibaba-cloud-sdk-go/services/alidns`.
- Create a AccessKey at https://usercenter.console.aliyun.com/.
- Fill in `config.json` the AccessKey, secret, and the domain you'd setup.
- To compile, just run `go build alidns.go`. *Run `go mod init alidns` first if needed.*