Skip to content

Commit

Permalink
Merge pull request #2036 from madeso/v1.x
Browse files Browse the repository at this point in the history
The install instructions for "header only" refers to the wrong folder
  • Loading branch information
gabime authored Aug 12, 2021
2 parents b6b1c2f + 1945a93 commit 8f26e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f26e81

Please sign in to comment.