diff options
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -3,7 +3,15 @@ This repository contains the example code from the RabbitMQ [getting started tutorials](http://www.rabbitmq.com/getstarted.html). -More information can be found in this [post](http://www.mokhan.ca/tools/2014/10/10/rabbitmq.html). +More information can be found in this [post](http://www.mokhan.ca/ruby/2014/10/10/rabbitmq.html). + +To get started you will need to install rabbitmq and ruby. + +```bash +$ brew install rabbitmq +$ bundle install +$ rabbitmq-server +``` 1. [Hello World](lib/1-hello/) 2. [Workers](lib/2-workers/) |
