Sfoglia il codice sorgente

Update README

tags/0.9
9seconds 8 anni fa
parent
commit
873c828b5c
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9
    0
      README.md

+ 9
- 0
README.md Vedi File

@@ -4,3 +4,12 @@
4 4
 [![Docker Build Status](https://img.shields.io/docker/build/nineseconds/mtg.svg)](https://hub.docker.com/r/nineseconds/mtg/)
5 5
 
6 6
 Bullshit-free MTPROTO proxy for Telegram
7
+
8
+How to run:
9
+
10
+```console
11
+$ docker pull nineseconds/mtg
12
+$ docker run --name mtg --restart=unless-stopped -p 3128:3128 -p 3129:3129 nineseconds/mtg aaabbbccc
13
+```
14
+
15
+Reasonable README with rationale will come a bit later, sorry.

Loading…
Annulla
Salva