diff --git a/README.md b/README.md index ac8d7d9f..f30d180f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ $ cmake .. && make -j * vcpkg: `vcpkg install spdlog` * conan: `spdlog/[>=1.4.1]` * conda: `conda install -c conda-forge spdlog` +* build2: ```depends: spdlog ^1.8.2``` ?