From a78d7f47aecb5c23ec1ca441fdce715da52e9276 Mon Sep 17 00:00:00 2001 From: "Dr. Patrick Urbanke" Date: Wed, 27 Nov 2024 12:01:20 +0100 Subject: [PATCH] Added the Conan badge --- README.md | 2 ++ docs/index.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b83c94..176bc388 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![Generic badge](https://img.shields.io/badge/gcc-11+-blue.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/clang-14+-blue.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/MSVC-17+-blue.svg)](https://shields.io/) +[![Conan Center](https://img.shields.io/conan/v/reflect-cpp)](https://conan.io/center/recipes/reflect-cpp) + **πŸ“– Documentation**: https://rfl.getml.com β€” **πŸ‘¨β€πŸ’» Source Code**: https://github.com/getml/reflect-cpp diff --git a/docs/index.md b/docs/index.md index e28e2ae5..258fd149 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,6 +16,7 @@ hide: [![Generic badge](https://img.shields.io/badge/gcc-11+-blue.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/clang-14+-blue.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/MSVC-17+-blue.svg)](https://shields.io/) +[![Conan Center](https://img.shields.io/conan/v/reflect-cpp)](https://conan.io/center/recipes/reflect-cpp) **πŸ“– Documentation**: [https://rfl.getml.com](https://rfl.getml.com) β€” **πŸ‘¨β€πŸ’» Source Code**: [https://github.com/getml/reflect-cpp](https://github.com/getml/reflect-cpp) @@ -83,4 +84,4 @@ For comprehensive C++ support beyond the scope of GitHub discussions, we’re he ## License -reflect-cpp is released under the MIT License. \ No newline at end of file +reflect-cpp is released under the MIT License.