From 873c828b5cbdfd170e407dbd20107557282e8517 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Thu, 31 May 2018 11:04:55 +0300 Subject: [PATCH] Update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ba215c2..795359f 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,12 @@ [![Docker Build Status](https://img.shields.io/docker/build/nineseconds/mtg.svg)](https://hub.docker.com/r/nineseconds/mtg/) Bullshit-free MTPROTO proxy for Telegram + +How to run: + +```console +$ docker pull nineseconds/mtg +$ docker run --name mtg --restart=unless-stopped -p 3128:3128 -p 3129:3129 nineseconds/mtg aaabbbccc +``` + +Reasonable README with rationale will come a bit later, sorry.