From ec335c692debe06faeb344bbbfd5da7ff2c59215 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 28 Jun 2017 09:23:42 +0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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])