From ded8b5ebd42d513034930b97314604aa30a3d048 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 3 Mar 2021 00:16:59 +0200 Subject: [PATCH] Added build2 to package managers section in readme --- README.md | 1 + 1 file changed, 1 insertion(+) 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``` ?