From 856b4f4654ae41ca0a273bdbefc42eca5c7b18ec Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 9 Oct 2019 23:22:45 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4067e842..0f45b9a0 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ $ cmake .. && make -j * Gentoo: `emerge dev-libs/spdlog` * Arch Linux: `yaourt -S spdlog-git` * vcpkg: `vcpkg install spdlog` +* conan: `spdlog/[>=1.4.1]@bincrafters/stable` + ## Features * Very fast (see [benchmarks](#benchmarks) below).