From 25389ad6a7c704127525a4004656bc3cb6a38aa0 Mon Sep 17 00:00:00 2001 From: Michiel van Slobbe Date: Tue, 17 Dec 2024 12:54:14 +0800 Subject: [PATCH] fix cmake instructions --- docs/installing.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installing.rst b/docs/installing.rst index a9fb6ff6..5ccd99ff 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -27,6 +27,7 @@ Building and Installing from Source .. code:: bash git clone https://github.com/odygrd/quill.git + cd quill mkdir cmake_build cd cmake_build cmake .. @@ -84,4 +85,4 @@ CMakeLists.txt add_subdirectory(quill) add_executable(my_project main.cpp) - target_link_libraries(my_project PRIVATE quill::quill) \ No newline at end of file + target_link_libraries(my_project PRIVATE quill::quill)