瀏覽代碼

Update README

tags/0.9
9seconds 8 年之前
父節點
當前提交
873c828b5c
共有 1 個檔案被更改,包括 9 行新增0 行删除
  1. 9
    0
      README.md

+ 9
- 0
README.md 查看文件

@@ -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…
取消
儲存