Skip to content

Commit a5d65b1

Browse files
committed
Update README
1 parent da85872 commit a5d65b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,13 @@ $ cmake --help-module FindBoost
5656

5757
**Note:**
5858

59-
* 2017-01-29: brew formulae for curlpp, rabbitmq-c, bxjsontools and bxrabbitmq are not available yet.
59+
* 2017-09-26: Linuxbrew formula for rabbitmq-c is available from Linuxbrew
60+
core tap. Formulas for bxjsontools and bxrabbitmq are available from
61+
the https://github.com/BxCppDev/homebrew-bxtap.
6062

6163
### Download the source code from GitHub:
6264

63-
* Download:
65+
* Download the source code from the default ``develop`` branch:
6466

6567
```sh
6668
$ mkdir -p ${HOME}/bxrabbitmq/_source.d/
@@ -71,7 +73,7 @@ $ git clone https://github.com/BxCppDev/bxrabbitmq.git bxrabbitmq
7173
or, for a specific tag:
7274

7375
```sh
74-
$ git clone -b '0.1.0' --single-branch https://github.com/BxCppDev/bxrabbitmq.git bxrabbitmq-0.1.0
76+
$ git clone -b '0.3.1' --single-branch https://github.com/BxCppDev/bxrabbitmq.git bxrabbitmq-0.3.1
7577
```
7678

7779
* Configure, build, install:

0 commit comments

Comments
 (0)