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```