README: add conda as a supported package manager

spdlog is available on conda-forge for a long time.
https://anaconda.org/conda-forge/spdlog
This commit is contained in:
Avraham Shukron 2020-03-15 21:59:34 +02:00 committed by GitHub
parent 3f86b250e6
commit f0403fa9e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ $ cmake .. && make -j
* Arch Linux: `yaourt -S spdlog-git`
* vcpkg: `vcpkg install spdlog`
* conan: `spdlog/[>=1.4.1]`
* conda: `conda install -c conda-forge spdlog`
## Features