diff --git a/README.md b/README.md
index b94021070..e5fd6e09f 100755
--- a/README.md
+++ b/README.md
@@ -58,30 +58,31 @@ Enjoy it!
Step 1: Get SRS.
-> Note: Repository too large? Please clone from [mirrors](#mirrors) instead.
-
```
git clone https://github.com/ossrs/srs &&
cd srs/trunk
```
+> Note: Repository too large? Please clone from [mirrors](#mirrors) instead.
+
Step 2: Build SRS.
-> Remark: Recommend Centos6 64bits, others read Build([CN][v3_CN_Build],[EN][v3_EN_Build]).
-
-> Note: For multiple cores such as 4CPUs, please use `./configure --jobs=4 && make --jobs=4` to speeed up.
-
```
./configure && make
```
+> Remark: Recommend Centos6 64bits, others read Build([CN][v3_CN_Build],[EN][v3_EN_Build]).
+
+> Note: For multiple cores such as 4CPUs, please use `./configure --jobs=4 && make --jobs=4` to speeed up.
+
Step 3: Run SRS
```
./objs/srs -c conf/srs.conf
```
-For other typical use scenarios, please read bellow wikis:
+From here, strongly recommend to try all typical use scenarios, please read bellow wikis:
+
* Usage: How to delivery RTMP?([CN][v1_CN_SampleRTMP], [EN][v1_EN_SampleRTMP])
* Usage: How to delivery RTMP Cluster?([CN][v3_CN_SampleRTMPCluster], [EN][v3_EN_SampleRTMPCluster])
* Usage: How to delivery HTTP FLV Live Streaming?([CN][v3_CN_SampleHttpFlv], [EN][v3_EN_SampleHttpFlv])