diff --git a/README.md b/README.md
index 50e56e55f..e591b5c81 100755
--- a/README.md
+++ b/README.md
@@ -25,7 +25,34 @@ answer newbie questions, and generally made SRS that much better: [AUTHORS.txt](
### Wiki
[https://github.com/winlinvip/simple-rtmp-server/wiki](https://github.com/winlinvip/simple-rtmp-server/wiki)
+### Usage(RTMP)
+
+Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)
+Step 0: get SRS
+
+git clone https://github.com/winlinvip/simple-rtmp-server && +cd simple-rtmp-server/trunk ++Step 1: build SRS
+./configure --with-ssl --without-hls --without-ffmpeg --without-http && make ++Step 2: start SRS
+./objs/srs -c conf/srs.conf ++Step 3: [Adobe FMLE](http://www.adobe.com/cn/products/flash-media-encoder.html) publish demo live stream
+FMS URL: rtmp://192.168.1.170/live +Stream: livestream ++Step 4: [VLC (2.1+)](http://www.videolan.org/vlc/) play live stream.
+rtmp url: rtmp://192.168.1.170/live/livestream ++ ### Usage(simple) + Requires: Centos6.x 64bits, others see [Build](https://github.com/winlinvip/simple-rtmp-server/wiki/Build)