diff options
Diffstat (limited to 'protocols/Telegram/tdlib/td/example/cpp/README.md')
-rw-r--r-- | protocols/Telegram/tdlib/td/example/cpp/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Telegram/tdlib/td/example/cpp/README.md b/protocols/Telegram/tdlib/td/example/cpp/README.md index 1658ade6fc..c8ee34d4fa 100644 --- a/protocols/Telegram/tdlib/td/example/cpp/README.md +++ b/protocols/Telegram/tdlib/td/example/cpp/README.md @@ -8,9 +8,9 @@ cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=../example/cpp/td .. cmake --build . --target install ``` -Also see [building](https://github.com/tdlib/td#building) for additional details on TDLib building. +Also, see [building](https://github.com/tdlib/td#building) for additional details on TDLib building. -Then you can build the examples: +After this you can build the examples: ``` cd <path to TDLib sources>/example/cpp mkdir build |