diff --git a/README.md b/README.md
index a7ac3eba1..b137a16e7 100755
--- a/README.md
+++ b/README.md
@@ -41,22 +41,26 @@ For example, use ffmpeg to publish:
sleep 1; \
done
-step 6: play live stream. add server ip to hosts as dev:
-# /etc/hosts
-# C:\Windows\System32\drivers\etc\hosts
-192.168.2.111 dev
+step 6: add server ip to hosts as dev.
+
+# edit the folowing file: +# linux: /etc/hosts +# windows: C:\Windows\System32\drivers\etc\hosts +192.168.2.111 dev ++step 7: play live stream.
rtmp url: rtmp://dev:1935/live/livestream m3u8 url: http://dev:80/live/livestream.m3u8-step 7: play live stream auto transcoded
rtmp url: rtmp://dev:1935/live/livestream_ld m3u8 url: http://dev:80/live/livestream_ld.m3u8 rtmp url: rtmp://dev:1935/live/livestream_sd m3u8 url: http://dev:80/live/livestream_sd.m3u8-step 8: play live stream auto forwarded, the hls dir change to /forward
rtmp url: rtmp://dev:19350/live/livestream_ld m3u8 url: http://dev:80/forward/live/livestream_ld.m3u8