Explorar el Código

Update README

tags/0.9
9seconds hace 8 años
padre
commit
873c828b5c
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9
    0
      README.md

+ 9
- 0
README.md Ver fichero

@@ -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…
Cancelar
Guardar