Skip to content

Commit c545c69

Browse files
author
Vincent Thiery
committed
Add documentation about Conan package
1 parent 62cfa47 commit c545c69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The client allows:
1313

1414
## Install and Test
1515

16+
### Makefile
17+
1618
In order to install the header files and/or run the tests, simply use the Makefile and execute
1719

1820
```
@@ -25,6 +27,10 @@ and
2527
make test
2628
```
2729

30+
### Conan
31+
32+
If you are using [Conan](https://www.conan.io/) to manage your dependencies, merely add statsdclient/x.y.z@vthiery/stable to your conanfile.py's requires, where x.y.z is the release version you want to use. Please file issues here if you experience problems with the packages. You can also directly download the latest version [here](https://bintray.com/vthiery/conan-packages/statsdclient%3Avthiery/_latestVersion).
33+
2834
## Usage
2935
### Example
3036
A simple example of how to use the client:

0 commit comments

Comments
 (0)