From 9231cc2b5c9fbe5e2708766aeff1bef2b65c6a5b Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Fri, 31 Oct 2014 07:02:49 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d65c82d..11b8d38 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ Install via pip from this repo, e.g. pip install git+https://github.com/internetarchive/umbra.git Umbra requires an AMQP messaging service like RabbitMQ. On Ubuntu, -`sudo apt-get install rabbitmq-server` will install and start RabbitMQ -at amqp://guest:guest@localhost:5672//, which is the default AMQP url for umbra. +`sudo apt-get install rabbitmq-server` will install and start RabbitMQ at amqp://guest:guest@localhost:5672/%2f, which is the default AMQP url for umbra. Run ---