diff --git a/README.md b/README.md
index 137bd127c..e5966a71b 100755
--- a/README.md
+++ b/README.md
@@ -19,7 +19,11 @@ step 2: start srs
./objs/simple_rtmp_server -c conf/srs.conf-step 3: publish live stream
+sudo ./objs/nginx/_release/sbin/nginx ++step 4: publish live stream
FMS URL: rtmp://127.0.0.1:1935/live
Stream: livestream
@@ -27,7 +31,7 @@ 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 4: play live stream rtmp url: rtmp://127.0.0.1:1935/live/livestream m3u8 url: http://127.0.0.1:1935/live/livestream.m3u8