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:
parent
3f86b250e6
commit
f0403fa9e4
@ -32,6 +32,7 @@ $ cmake .. && make -j
|
|||||||
* Arch Linux: `yaourt -S spdlog-git`
|
* Arch Linux: `yaourt -S spdlog-git`
|
||||||
* vcpkg: `vcpkg install spdlog`
|
* vcpkg: `vcpkg install spdlog`
|
||||||
* conan: `spdlog/[>=1.4.1]`
|
* conan: `spdlog/[>=1.4.1]`
|
||||||
|
* conda: `conda install -c conda-forge spdlog`
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
Loading…
Reference in New Issue
Block a user