diff --git a/README.md b/README.md index 3eb6905d..0ef923b1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v2.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```