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
8547118622
commit
0c5b5106d0
1 changed files with 3 additions and 11 deletions
14
README.md
14
README.md
|
@ -45,21 +45,13 @@ cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git
|
|||
|
||||
> Note: We use [mirrors(gitee)](#mirrors) here, but it's also ok to `git clone https://github.com/ossrs/srs.git`
|
||||
|
||||
**>>> Step 2:** Build SRS.
|
||||
**>>> Step 2:** Build and run SRS.
|
||||
|
||||
```
|
||||
./configure && make
|
||||
./configure && make && ./objs/srs -c conf/srs.conf
|
||||
```
|
||||
|
||||
> Remark: Recommend to use Centos7 64bits, please read wiki([CN][v3_CN_Build],[EN][v3_EN_Build]).
|
||||
|
||||
> Note: You can also build SRS in docker, please read [docker][docker-dev].
|
||||
|
||||
**>>> Step 3:** Run SRS
|
||||
|
||||
```
|
||||
./objs/srs -c conf/srs.conf
|
||||
```
|
||||
> Remark: Recommend to use Centos7 64bits, please read wiki([CN][v3_CN_Build],[EN][v3_EN_Build]), or use [docker][docker-dev].
|
||||
|
||||
<a name="srs-30-wiki"></a>
|
||||
<a name="wiki"></a>
|
||||
|
|
Loading…
Reference in a new issue