Add "get the code" instructions to README

This commit is contained in:
Сергей Прохоров 2018-06-25 13:53:47 +02:00
parent 4c0e1b47b7
commit 3441e56f1d
No known key found for this signature in database
GPG key ID: 1C570244E4EF3337

View file

@ -22,6 +22,13 @@ Install deps (ubuntu 18.04)
sudo apt install erlang-nox erlang-dev build-essential
```
Get the code:
```
git clone https://github.com/seriyps/mtproto_proxy.git
cd mtproto_proxy/
```
Compile:
```