From ffd5aa41d687ec1d9b2d6ff48ca1c816f7c7f0c5 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Sat, 14 Sep 2024 08:36:46 +0200 Subject: [PATCH] Update conan install command in README (#3172) Signed-off-by: Uilian Ries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aeceb75..2a2cbe42 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/ * Arch Linux: `pacman -S spdlog` * openSUSE: `sudo zypper in spdlog-devel` * vcpkg: `vcpkg install spdlog` -* conan: `spdlog/[>=1.4.1]` +* conan: `conan install --requires=spdlog/[*]` * conda: `conda install -c conda-forge spdlog` * build2: ```depends: spdlog ^1.8.2```