From ae719a032c070e4a728678e3c6943d159cb0cfdb Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 17 Jul 2018 00:40:13 +0300 Subject: [PATCH] Minor README.md improvement. GitOrigin-RevId: e6635cda7a0af9a976d01f993d602e9b3403b1b5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca2afad14..3f5762fd1 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ cmake --build . ``` brew install gperf cmake openssl ``` -* Build `TDLib` with CMake as explained in [building](#building). You may need to manually specify path to the installed OpenSSL to CMake, e.g., +* Build `TDLib` with CMake as explained in [building](#building). You will likely need to manually specify path to the installed OpenSSL to CMake, e.g., ``` cmake -DCMAKE_BUILD_TYPE=Release -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ .. ```