From a3fddbe8b06dacf2908a66810028c7acbb5abeec Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 28 Apr 2021 16:45:36 +0800 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 311e5920b..a90f179f1 100755 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ It's also very easy to build from source: ``` git clone -b 3.0release https://gitee.com/winlinvip/srs.oschina.git srs && -cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && -./configure && make && ./objs/srs -c conf/srs.conf +cd srs/trunk && ./configure && make && ./objs/srs -c conf/srs.conf ``` > Note: We use [mirrors(gitee)](#mirrors) here, but it's also ok to `git clone https://github.com/ossrs/srs.git`