From d59c614a129990b1e9af8a13a82dbbe440e81f06 Mon Sep 17 00:00:00 2001 From: Ivan Onyshchenko Date: Wed, 22 Jan 2020 15:30:58 +0200 Subject: [PATCH] Lib build instructions now work as-is on Windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d200a4d5..d249ab0f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Copy the source [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spdl ```console $ git clone https://github.com/gabime/spdlog.git $ cd spdlog && mkdir build && cd build -$ cmake .. && make -j +$ cmake .. && cmake --build . -j ``` see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt) on how to use.