From 1320a7888b8a80afc26eefa8206ec6bb0f30ca4e Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 10 Oct 2014 14:48:10 -0600 Subject: add install instructions. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a62706..a69ecba 100644 --- a/README.md +++ b/README.md @@ -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/) -- cgit v1.2.3