From 647956dc7168558017875f425cf42942b354737e Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Mon, 1 Jul 2024 22:07:57 +0200 Subject: [PATCH] Install faker-cxx using conan Signed-off-by: Uilian Ries --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d86d5fe23..9d6db550b 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,17 @@ To build the library with Conan, follow the steps below: cmake --build --preset=conan-release ``` +## Installing the library with [Conan](https://conan.io/) + +You can install pre-built binaries for faker-cxx or build it from source using Conan. Use the following command: + +```bash +conan install --requires="faker-cxx/[*]" --build=missing +``` + +The faker-cxx Conan recipe is kept up to date by Conan maintainers and community contributors. +If the version is out of date, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the ConanCenterIndex repository. + ## ✨ Contributing We would love it if you contributed to Faker C++! 🚀