From c7d45c20b56b4763a4576c9b9c4aabe2e9debcdc Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 24 Apr 2021 22:35:57 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04769cd6a..822eada74 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ It's also very easy to build from source: **>>> Step 1:** Get SRS. ``` -git clone https://gitee.com/winlinvip/srs.oschina.git srs && +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 ```