mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Update README
This commit is contained in:
parent
c95c53cfe3
commit
a3fddbe8b0
1 changed files with 1 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue