From 20f4428696067f9bc271ca21b233fa477c5e3f7c Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 16 Feb 2017 02:12:50 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45c19254..106cc730 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ 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. +#### Just copy or clone the headers: -#### Or just use you favourite package manager: +* Copy the source [folder](https://github.com/gabime/spdlog/tree/master/include/spdlog) to your build tree and use a C++11 compiler. + +#### Or use your favourite package manager: * Ubuntu: `apt-get install libspdlog-dev` * Homebrew: `brew install spdlog`