From 74f7c32e81029aa54daa39a812d7ce0dc3fd99be Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 27 Oct 2014 11:35:09 +0800 Subject: [PATCH] update readme, add oschina mirror. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d7e9dfd1..0a19548de 100755 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ git clone https://github.com/winlinvip/simple-rtmp-server.git git clone https://code.csdn.net/winlinvip/srs-csdn.git ``` +获得源码(国内OSChina镜像): [http://git.oschina.net/winlinvip/srs.oschina](http://git.oschina.net/winlinvip/srs.oschina) [GIT使用方法](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Git) + +```bash +git clone https://git.oschina.net/winlinvip/srs.oschina.git +``` + 报告问题(BugReport): [https://github.com/winlinvip/simple-rtmp-server/issues/new](https://github.com/winlinvip/simple-rtmp-server/issues/new)
中文资料(Wiki): [https://github.com/winlinvip/simple-rtmp-server/wiki](https://github.com/winlinvip/simple-rtmp-server/wiki)
使用步骤(Usage): [https://github.com/winlinvip/simple-rtmp-server#usage](#usage)