Skip to content

Commit 7a2e72b

Browse files
committed
doc: Update readme
1 parent 972801e commit 7a2e72b

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Go Report Card](https://goreportcard.com/badge/github.com/aws-samples/data-transfer-hub-cli)](https://goreportcard.com/report/github.com/aws-samples/data-transfer-hub-cli)
2+
3+
14
# data-transfer-hub-cli
25

36
dthcli (short for data-transfer-hub-cli) is a distributed tool to transfer data to Amazon S3 from other cloud storage services (including Aliyun OSS, Tencent COS, Qiniu Kodo, etc.) or between AWS regions (cross partition).
@@ -9,7 +12,22 @@ This tool leverages Amazon SQS to distribute the transfer processes in many work
912

1013
## Installation
1114

12-
You can clone this repo and build by yourself (Go Version >= v1.16)
15+
Download the tool from [Release](https://github.com/aws-samples/data-transfer-hub-cli/releases) page.
16+
17+
For example, on Linux:
18+
```
19+
release=1.0.2
20+
curl -LO "https://github.com/aws-samples/data-transfer-hub-cli/releases/download/v${release}/dthcli_${release}_linux_386.tar.gz"
21+
tar zxvf dthcli_${release}_linux_386.tar.gz
22+
```
23+
24+
To verify, simply run `./dthcli version`
25+
```
26+
$ ./dthcli version
27+
drhcli version vX.Y.Z
28+
```
29+
30+
> Or you can clone this repo and build (go build) by yourself (Go Version >= v1.16)
1331
1432

1533
## Prerequisites

0 commit comments

Comments
 (0)