summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
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/)