diff --git a/README.md b/README.md index d285b31..6eb6d6c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ [![MIT license](https://img.shields.io/github/license/max0x7ba/atomic_queue)](https://github.com/max0x7ba/atomic_queue/blob/master/LICENSE) ![Latest release](https://img.shields.io/github/v/tag/max0x7ba/atomic_queue?label=latest%20release)
+[![Conan Center](https://img.shields.io/conan/v/atomic_queue)](https://conan.io/center/recipes/atomic_queue) +![Vcpkg Version](https://img.shields.io/vcpkg/v/atomic-queue) +
[![Makefile Continuous Integrations](https://github.com/max0x7ba/atomic_queue/actions/workflows/ci.yml/badge.svg)](https://github.com/max0x7ba/atomic_queue/actions/workflows/ci.yml) [![CMake Continuous Integrations](https://github.com/max0x7ba/atomic_queue/actions/workflows/cmake-gcc-clang.yml/badge.svg)](https://github.com/max0x7ba/atomic_queue/actions/workflows/cmake-gcc-clang.yml)
@@ -79,6 +82,10 @@ git clone https://github.com/max0x7ba/atomic_queue.git vcpkg install atomic-queue ``` +## Install using conan +Follow the official tutorial on [how to consume conan packages](https://docs.conan.io/2/tutorial/consuming_packages.html). +Details specific to this library are available in [ConanCenter](https://conan.io/center/recipes/atomic_queue). + ## Benchmark build and run instructions The containers provided are header-only class templates that require only `#include `, no building/installing is necessary.