From e80245c66b78c8b4e70814abf2c155933a66166c Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 24 Apr 2021 22:22: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 3a2db83e5..0f3c14924 100755 --- a/README.md +++ b/README.md @@ -40,8 +40,7 @@ It's also very easy to build from source: ``` git clone https://gitee.com/winlinvip/srs.oschina.git srs && -cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && -git checkout 3.0release && git pull +cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git ``` > Note: We use [mirrors(gitee)](#mirrors) here, but it's also ok to directly clone by `git clone https://github.com/ossrs/srs.git && cd srs/trunk`