diff --git a/README.md b/README.md index e5fd6e09f..846da3efe 100755 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ git clone https://github.com/ossrs/srs && cd srs/trunk ``` -> Note: Repository too large? Please clone from [mirrors](#mirrors) instead. +> Note: Repository too large? Please clone from these [mirrors](#mirrors) instead. Step 2: Build SRS. @@ -71,7 +71,7 @@ cd srs/trunk ./configure && make ``` -> Remark: Recommend Centos6 64bits, others read Build([CN][v3_CN_Build],[EN][v3_EN_Build]). +> Remark: Recommend Centos6 64bits, for others OS please read wiki([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.