Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
creztfallen committed Oct 2, 2023
1 parent 5fc46ae commit 70955cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The project consists of three main parts:
## Requirements

- [Go](https://golang.org/dl/)
- [RabbitMQ](https://www.rabbitmq.com/download.html)
- [RabbitMQ](https://www.rabbitmq.com/download.html) / [Amazon SQS](https://aws.amazon.com/pt/sqs/)
- [Docker](https://docs.docker.com/engine/install/)

## Configuration
Expand All @@ -29,7 +29,7 @@ Create a .env file in the api folder with the following content:

## Running the Project

1. **Start RabbitMQ**:
1. **Start RabbitMQ (In case you're using it over AmazonSQS)**:
```bash
# Latest RabbitMQ 3.12
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.12-management
Expand Down

0 comments on commit 70955cb

Please sign in to comment.