summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2018-11-24 09:41:23 +0300
committerGitHub <noreply@github.com>2018-11-24 09:41:23 +0300
commit644fd19832c20751d614b32ca0ef17cf5ad36642 (patch)
tree5f4ac08dbe0b65e19ad7f3cb9034e635d69d99f7
parent158c179beb3d06f110d665075d5e283e24592de6 (diff)
Fix README.md
-rw-r--r--README.md3
1 files changed, 1 insertions, 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