Skip to content

Commit

Permalink
Add config install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Luce committed Oct 30, 2013
1 parent 36571a3 commit d44a533
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,17 @@ sqsmonitor is used to check on the status of SQS queues.
Once you have this repository checked out, do:

npm link

You'll need either a working ~/.s3cmd configuration or a ~/.sqsmonitor
JSON config file, which looks like this:

```json
{
"accessKeyId": "AKIABFOJHE19JDLS4G3A",
"secretAccessKey": "J29OoH8JlsCdowF+jLSKU2/Hos8VJsl2jslkh22L",
"region": "us-west-1"
}
```



0 comments on commit d44a533

Please sign in to comment.