From 23f47ebc471fa235d3b6a825ddce42c2fb4c13df Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Wed, 18 Aug 2021 20:10:26 +0200 Subject: [PATCH] List Debian instructions in the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0eb4cd8a..76f6cafa 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ $ cmake .. && make -j * conan: `spdlog/[>=1.4.1]` * conda: `conda install -c conda-forge spdlog` * build2: ```depends: spdlog ^1.8.2``` +* Debian: `sudo apt install libspdlog-dev`