From b65c7bad9f1497a7ee13efa1807229a50e190f3a Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 16 Feb 2017 02:10:18 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7929dc4e..45c19254 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci. ## Install * Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/include/spdlog) to your build tree and use a C++11 compiler. -## Other Install Options +#### Or just use you favourite package manager: + * Ubuntu: `apt-get install libspdlog-dev` * Homebrew: `brew install spdlog` * FreeBSD: `cd /usr/ports/devel/spdlog/ && make install clean`