1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00

Update readme

This commit is contained in:
winlin 2021-02-19 15:24:35 +08:00
parent 4f013404e3
commit eeebcda87d

View file

@ -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`