From f871c2638061badf3b9cfacc6e234074e9091256 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 28 Jun 2017 09:38:05 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 846da3efe..c2c5aec5b 100755 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ cd srs/trunk ./configure && make ``` -> Remark: Recommend Centos6 64bits, for others OS please read wiki([CN][v3_CN_Build],[EN][v3_EN_Build]). +> Remark: Recommend Centos6 64bits, for other 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.