mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
Merge branch '4.0release' into develop
This commit is contained in:
commit
bc62d895ec
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ 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 pull
|
||||
cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git &&
|
||||
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`
|
||||
|
|
Loading…
Reference in a new issue