summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-10-10 14:48:10 -0600
committermo khan <mo@mokhan.ca>2014-10-10 14:48:10 -0600
commit1320a7888b8a80afc26eefa8206ec6bb0f30ca4e (patch)
treea91273c215fb524b8dc15e1b1c5c482b4fe41677
parentacdc518b642a646028faed10520d8d015393cd27 (diff)
add install instructions.main
-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/)