Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add install instruction in readme
  • Loading branch information
Thomascogez committed Jun 23, 2022
1 parent d79a0e7 commit 5199f6a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ Dump & dumper is a simple cli tool written in go to ease the process of containe
> Dump & dumper 1.0.0 currently support only _postgress_ database

# Install

Using *Homebrew*

```sh
brew tap Thomascogez/thomascogez

```
Then
```sh
brew install dump-and-dumper
```

# Usage


Expand Down Expand Up @@ -50,6 +63,6 @@ The above flags are available
| --s3-secretKey | Set the secret key |

```sh
dump-dumper dump --s3-endpoint=S3_ENDPOINT --s3-bucket=BUCKET_NAME --s3-secretKeyId=SECRET_KEY_ID --s3-secretKey=SECRET_KEY --s3-region=REGION
dump-and-dumper dump --s3-endpoint=S3_ENDPOINT --s3-bucket=BUCKET_NAME --s3-secretKeyId=SECRET_KEY_ID --s3-secretKey=SECRET_KEY --s3-region=REGION

```
```

0 comments on commit 5199f6a

Please sign in to comment.