Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Oct 11, 2019
1 parent 44b9d68 commit 120135b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 120135b

Please sign in to comment.