From 1dbac1e3258954146ef696ac70afe8d9ce55a75b Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 10 Mar 2014 18:33:05 +0800 Subject: [PATCH] simplify usage --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9aa0c689a..e88b76283 100755 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ answer newbie questions, and generally made SRS that much better: [AUTHORS.txt]( git clone https://github.com/winlinvip/simple-rtmp-server && cd simple-rtmp-server/trunk -Step 2: build SRS
+Step 2: build SRS, Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)
 ./configure --with-ssl --without-hls --without-ffmpeg --without-http && make
@@ -41,8 +41,8 @@ cd simple-rtmp-server/trunk
 
 ./objs/srs -c conf/srs.conf
 
-Samples: -* [Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP) +Samples:
+[Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP)
### Architecture System Architecture: