Unverified Commit f0403fa9 authored by Avraham Shukron's avatar Avraham Shukron Committed by GitHub

README: add conda as a supported package manager

spdlog is available on conda-forge for a long time.
https://anaconda.org/conda-forge/spdlog
parent 3f86b250
...@@ -32,6 +32,7 @@ $ cmake .. && make -j ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment