diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2018-11-24 09:41:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-24 09:41:23 +0300 |
commit | 644fd19832c20751d614b32ca0ef17cf5ad36642 (patch) | |
tree | 5f4ac08dbe0b65e19ad7f3cb9034e635d69d99f7 | |
parent | 158c179beb3d06f110d665075d5e283e24592de6 (diff) |
Fix README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |