8000 improves running instructions · seanhuang/rabbitmq-tutorials@4af188c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4af188c

Browse files
committed
improves running instructions
1 parent d287ed0 commit 4af188c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

php/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,18 @@ To run the examples you need:
88
- PHP 5.3
99
- php-amqplib
1010

11-
## setup ##
11+
## Setup ##
1212

1313
To get the php-amqplib library execute the following command inside the present folder:
1414

15-
$ git clone http://github.com/tnc/php-amqplib.git lib/php-amqplib
15+
$ git clone http://github.com/tnc/php-amqplib.git lib/php-amqplib
16+
17+
## Running the Examples ##
18+
19+
To run the examples do in one Terminal:
20+
21+
$ php send.php some message to send
22+
23+
Then in another Terminal try:
24+
25+
$ php receive.php

0 commit comments

Comments
 (0)
0