readme fix
This commit is contained in:
parent
3b23208ee0
commit
751e8ba5b4
|
@ -6,6 +6,7 @@ Go wrapper for [TDLib (Telegram Database Library)](https://github.com/tdlib/td)
|
||||||
|
|
||||||
### Ubuntu 18.04 / Debian 9
|
### Ubuntu 18.04 / Debian 9
|
||||||
|
|
||||||
|
```bash
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
@ -24,6 +25,7 @@ cmake -j$(getconf _NPROCESSORS_ONLN) -DCMAKE_BUILD_TYPE=Release ..
|
||||||
cmake -j$(getconf _NPROCESSORS_ONLN) --build .
|
cmake -j$(getconf _NPROCESSORS_ONLN) --build .
|
||||||
make -j$(getconf _NPROCESSORS_ONLN) install
|
make -j$(getconf _NPROCESSORS_ONLN) install
|
||||||
rm -rf ./../../tdlib-src
|
rm -rf ./../../tdlib-src
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue