From 644fd19832c20751d614b32ca0ef17cf5ad36642 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sat, 24 Nov 2018 09:41:23 +0300 Subject: Fix README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c2345a8..cdfa9d9 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,6 @@ If you want to use curl-based http client `CurlHttpClient`, you also need to ins ## Library installation If you want to install the library system-wide: - ```sh git clone https://github.com/reo7sp/tgbot-cpp cd tgbot-cpp @@ -78,7 +77,7 @@ make -j4 sudo make install ``` -Or you can treat this repository as a submodule of your project, for example, see [echobot-submodule](samples/echobot/CMakeLists.txt) +Or you can treat this repository as a submodule of your project, for example, see [echobot-submodule](samples/echobot-submodule/CMakeLists.txt) ## Specific library installation notes -- cgit v1.2.3