From 9eca3234e8e7e7753ac3e827e55a67c0ab7e04cf Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 17 Jul 2019 21:28:56 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index df8a973c..f9bc1b1f 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,10 @@ Very fast, header-only/compiled, C++ logging library. [![Build Status](https://t * Copy [src/spdlog.cpp](https://github.com/gabime/spdlog/blob/v1.x/src/spdlog.cpp) to your build tree and pass the `-DSPDLOG_COMPILED_LIB` to the compiler. * Or use **CMake**: - $ git clone git@github.com:gabime/spdlog.git + $ git clone https://github.com/gabime/spdlog.git $ mkdir build && cd build - $ cmake .. && make - - * Using: see [example](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt). + $ cmake .. && make + see [CMakeLists.txt example](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt) on how to use. ## Platforms