Skip to content

Commit

Permalink
Update README.MD (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwmcintyre authored Jan 27, 2021
1 parent 550e517 commit c595c61
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ Note that you may need to run the `sudo` version below, or alternatively chown `
$ curl https://raw.githubusercontent.com/mercury2269/sqsmover/master/install.sh | sudo sh
```

**From Source**

Download:
```sh
git clone [email protected]:mercury2269/sqsmover.git && cd sqsmover
```

Run:
```sh
AWS_PROFILE=nbos-ris AWS_REGION=us-west-2 go run main.go --source transactions-dlq --destination transactions
```

**Manually**:

Download the pre-compiled binary from the [releases page](https://github.com/mercury2269/sqsmover/releases) and
Expand Down

0 comments on commit c595c61

Please sign in to comment.