From 506d7505994c962bd1d2c4dce98d137183365820 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Fri, 15 Jun 2018 12:15:18 +0500 Subject: [PATCH] use stable branch in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 872f64e..4cd1689 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Fast and simple to setup mtproto proxy. ## Starting Up ## -1. `git clone https://github.com/alexbers/mtprotoproxy.git; cd mtprotoproxy` +1. `git clone -b stable https://github.com/alexbers/mtprotoproxy.git; cd mtprotoproxy` 2. *(optional, recommended)* edit *config.py*, set **PORT**, **USERS** and **AD_TAG** 3. `docker-compose up --build -d` (or just `python3 mtprotoproxy.py` if you don't like docker) 4. *(optional, shows telegram link to set the proxy)* `docker-compose logs`