From fd78d717cd4657dcaa683f6ffc12d98c4b1f6da4 Mon Sep 17 00:00:00 2001 From: Andrei Yankovich Date: Sat, 25 Nov 2023 12:18:56 +0300 Subject: [PATCH] Update README.md Signed-off-by: Andrei Yankovich --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 149f96b..a6c146b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ At this time This library supports next platforms: ## Build and Include * cd yourRepo -* git submodule add https://github.com/QuasarApp/easyssl.git # add the repository of qTbot into your repo like submodule +* git submodule add https://github.com/QuasarApp/qTbot.git # add the repository of qTbot into your repo like submodule * git submodule update --init --recursive * Include in your CMakeLists.txt file the main CMakeLists.txt file of qTbot library @@ -14,9 +14,9 @@ At this time This library supports next platforms: add_subdirectory(qTbot) ``` -* link the Heart library to your target +* link the qTbot library to your target ```cmake - target_link_libraries(yourLib PUBLIC qTbot) + target_link_libraries(yourApp PUBLIC qTbot) ``` * rebuild yuor project