Merge pull request #2036 from madeso/v1.x

The install instructions for "header only" refers to the wrong folder
This commit is contained in:
Gabi Melman
2021-08-12 13:02:44 +03:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ Very fast, header-only/compiled, C++ logging library. [![Build Status](https://t
## Install
#### Header only version
Copy the source [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spdlog) to your build tree and use a C++11 compiler.
Copy the include [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spdlog) to your build tree and use a C++11 compiler.
#### Static lib version (recommended - much faster compile times)
```console