From 5df9b11141f8a6f01b069f8c2d7120b25cca6a02 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 19 Aug 2021 23:43:40 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 76f6cafa..04cd5f93 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ $ cmake .. && make -j * Android ## Package managers: +* Debian: `sudo apt install libspdlog-dev` * Homebrew: `brew install spdlog` * MacPorts: `sudo port install spdlog` * FreeBSD: `cd /usr/ports/devel/spdlog/ && make install clean` @@ -32,8 +33,6 @@ $ 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` - ## Features