Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomic-Laboratory committed Apr 14, 2024
1 parent 8c27b51 commit 8cd0255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Google how to install a RabbitMQ server, or chatGPT it. The following is a basic
`sudo apt install rabbitmq-server`
2) Create a RabbitMQ User
`sudo rabbitmqctl add_user username password`
3) Grand the user external access (so it can talk outside localhost)
3) Grant the user external access (so it can talk outside localhost)
`sudo rabbitmqctl set_permissions -p / username ".*" ".*" ".*"`
4) Restart RabbitMQ
`sudo systemctl restart rabbitmq-server`
Expand Down

0 comments on commit 8cd0255

Please sign in to comment.