Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
c1982 committed May 16, 2021
1 parent d38d0d1 commit 2f911d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
*.test
*.out
vendor/
awsdtc_*
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ Bubble Charts for Data Transfers:
Sunburst for Regions:
![](./ss-sunburst.png)

## Installation
## Binaries

* [awsdtc](https://github.com/c1982/awsdtc)
* [awsdtc_darwin_amd64](https://github.com/c1982/awsdtc/releases)
* [awsdtc_linux_amd64](https://github.com/c1982/awsdtc/releases)
* [awsdtc_windows_amd64](https://github.com/c1982/awsdtc/releases)

## Configuration

Expand Down Expand Up @@ -64,8 +66,9 @@ export AWS_SECRET_ACCESS_KEY=WD/**********************************MA

## Running

1. Download Binary for your OS
2. Run awsdtc executable
1. [Download Binary](https://github.com/c1982/awsdtc/releases) for your OS
2. Run awsdtc executable in Command Line
3. And call in your browser http://localhost:8000

## License

Expand Down
Empty file modified build.sh
100644 → 100755
Empty file.

0 comments on commit 2f911d8

Please sign in to comment.