From 751e8ba5b4fc98cd52d04c97eba810b06f41d00c Mon Sep 17 00:00:00 2001 From: Aleksandr Zelenin Date: Thu, 30 Aug 2018 17:57:13 +0300 Subject: [PATCH] readme fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29c75e0..2857e1b 100644 --- a/README.md +++ b/README.md @@ -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