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.