readme fix

This commit is contained in:
Aleksandr Zelenin 2018-08-30 17:57:13 +03:00
parent 3b23208ee0
commit 751e8ba5b4

View file

@ -6,6 +6,7 @@ Go wrapper for [TDLib (Telegram Database Library)](https://github.com/tdlib/td)
### Ubuntu 18.04 / Debian 9
```bash
apt-get update -y
apt-get install -y \
build-essential \
@ -24,6 +25,7 @@ cmake -j$(getconf _NPROCESSORS_ONLN) -DCMAKE_BUILD_TYPE=Release ..
cmake -j$(getconf _NPROCESSORS_ONLN) --build .
make -j$(getconf _NPROCESSORS_ONLN) install
rm -rf ./../../tdlib-src
```
## Usage