Added build2 to package managers section in readme

This commit is contained in:
Gabi Melman 2021-03-03 00:16:59 +02:00 committed by GitHub
parent ed58ae9f98
commit ded8b5ebd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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