From f56e712cded78aeac08734b443fc5af86d638b7c Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 20 Oct 2015 01:14:05 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d161cf6..4ce90a87 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci.org/gabime/spdlog.svg?branch=master)](https://travis-ci.org/gabime/spdlog) ## Install -Just copy the files to your build tree and use a C++11 compiler +Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/include/spdlog) to your build tree and use a C++11 compiler ## Platforms * Linux (gcc 4.8.1+, clang 3.5+)