Skip to content

Commit

Permalink
Use 2.7.0 erlang client - updated paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Nov 22, 2011
1 parent 5517fd0 commit a4b64d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions erlang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ using apt:

You need Erlang Client binaries:

wget http://www.rabbitmq.com/releases/plugins/v2.5.0/rabbit_common-2.5.0.ez
unzip rabbit_common-2.5.0.ez
ln -s rabbit_common-2.5.0 rabbit_common
wget http://www.rabbitmq.com/releases/rabbitmq-erlang-client/v2.7.0/rabbit_common-2.7.0.ez
unzip rabbit_common-2.7.0.ez
ln -s rabbit_common-2.7.0 rabbit_common

wget http://www.rabbitmq.com/releases/plugins/v2.5.0/amqp_client-2.5.0.ez
unzip amqp_client-2.5.0.ez
ln -s amqp_client-2.5.0 amqp_client
wget http://www.rabbitmq.com/releases/rabbitmq-erlang-client/v2.7.0/amqp_client-2.7.0.ez
unzip amqp_client-2.7.0.ez
ln -s amqp_client-2.7.0 amqp_client


## Code
Expand Down

0 comments on commit a4b64d3

Please sign in to comment.