Fixed directory path of installation tutorial (#29)

This commit is contained in:
SMAZNet 2020-12-21 14:40:47 +03:30 committed by GitHub
parent c08d466be0
commit 3268395eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ In general, you need to install all `Telegram Bot API server` [dependencies](#de
```bash
git clone --recursive https://github.com/tdlight-team/tdlight-telegram-bot-api
cd telegram-bot-api
cd tdlight-telegram-bot-api
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..