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-04-28 16:45:36 +08:00
parent c95c53cfe3
commit a3fddbe8b0

View file

@ -38,8 +38,7 @@ It's also very easy to build from source:
```
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 &&
./configure && make && ./objs/srs -c conf/srs.conf
cd srs/trunk && ./configure && make && ./objs/srs -c conf/srs.conf
```
> Note: We use [mirrors(gitee)](#mirrors) here, but it's also ok to `git clone https://github.com/ossrs/srs.git`