From 120135b8fe09162cd761af6b85b7901a4b70a65d Mon Sep 17 00:00:00 2001 From: Peter <> Date: Fri, 11 Oct 2019 15:53:59 +0400 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 133afbe21a..621c3cef60 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Telegram iOS Source Code Compilation Guide 1. Install the brew package manager, if you haven’t already. -2. Install the packages pkg-config, yasm: +2. Install the packages yasm, cmake: ``` -brew install pkg-config yasm +brew install yasm cmake ``` 3. Clone the project from GitHub: ``` -git clone --recursive https://github.com/peter-iakovlev/Telegram-iOS.git +git clone --recursive https://github.com/TelegramMessenger/Telegram-iOS.git ``` 4. Open Telegram-iOS.workspace. 5. Open the Telegram-iOS-Fork scheme.