From 18efcd62fffa1e0e0c096c5fdb9d982cab658441 Mon Sep 17 00:00:00 2001 From: Elmar Pruesse Date: Wed, 5 Sep 2018 19:25:11 -0600 Subject: [PATCH] Add `conda` to package managers in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8fa9c20..ec16b943 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci. * Gentoo: `emerge dev-libs/spdlog` * Arch Linux: `yaourt -S spdlog-git` * vcpkg: `vcpkg install spdlog` +* Conda: `conda install -c conda-forge spdlog` ## Platforms