Skip to content

Commit

Permalink
adding install tip to readme (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Fox <nick.fox@jobsite.co.uk>
quixand and Nick Fox authored Apr 29, 2020
1 parent a10744e commit 528d84b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@

Bring your messages back from [Dead Letter Queue](https://en.wikipedia.org/wiki/Dead_letter_queue) with this command line script that helps you moving messages from DLQ back to the main queue for reprocessing [SQS](https://aws.amazon.com/sqs/?nc1=h_ls) queues. It also can be used to move messages between queues in SQS.

## Install
```python3 setup.py install```

## Usage

After installation you will have a command with the following params:

0 comments on commit 528d84b

Please sign in to comment.