diff --git a/README.md b/README.md
index 1adc2b69e..ae0e0db0a 100755
--- a/README.md
+++ b/README.md
@@ -14,16 +14,19 @@ tar xf simple-rtmp-server-*.*.tar.gz
cd simple-rtmp-server-*.*/trunk
./configure
make
+
+step 2: start srs
+
./objs/simple_rtmp_server -c conf/srs.conf-step 2: publish live stream
FMS URL: rtmp://127.0.0.1:1935/live Stream: livestream For example, use ffmpeg to publish: ffmpeg -re -i source.flv -vcodec copy -acodec copy -f flv -y rtmp://127.0.0.1:1935/live/livestream-step 3: play live stream
url: rtmp://127.0.0.1:1935/live/livestream