From eeebcda87d2e588ae76c4e78ce8a5ae7551feef2 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 19 Feb 2021 15:24:35 +0800 Subject: [PATCH 1/2] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d69f7a18..01f17c624 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ SRS is a RTMP/HLS/FLV streaming cluster, high efficiency, stable and simple. ``` 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 pull +cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && +git checkout 3.0release && git pull ``` > 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` From e1edc101ca0cf66b26c6749c1527b52cc11e9ef6 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 19 Feb 2021 15:25:11 +0800 Subject: [PATCH 2/2] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d809e895b..4aad351a9 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ SRS is a RTMP/HLS/WebRTC/SRT/GB28181 streaming cluster, high efficiency, stable ``` 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 +git checkout 4.0release && git pull ``` > 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`