From c595c61be7c7ef283272272fc02ba33e545b9c70 Mon Sep 17 00:00:00 2001 From: Peter McIntyre Date: Wed, 27 Jan 2021 14:04:31 +1100 Subject: [PATCH] Update README.MD (#19) --- README.MD | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.MD b/README.MD index 14c5add..67fd5b9 100644 --- a/README.MD +++ b/README.MD @@ -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 git@github.com: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