Skip to content

Commit b12f0e8

Browse files
committed
Update readme
1 parent 0dd6c31 commit b12f0e8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ git clone https://gitee.com/winlinvip/srs.oschina.git srs &&
2020
cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && git pull
2121
```
2222

23-
> Note: Repository too large? Please clone from these [mirrors](#mirrors) instead.
23+
> 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`
2424
2525
**Step 2:** Build SRS.
2626

2727
```
2828
./configure && make
2929
```
3030

31-
> Remark: Recommend Centos6 64bits, please read wiki([CN][v3_CN_Build],[EN][v3_EN_Build]).
31+
> Remark: Recommend to use Centos7 64bits, please read wiki([CN][v3_CN_Build],[EN][v3_EN_Build]).
3232
3333
> Note: You can also build SRS in docker, please read [docker][docker-dev].
3434
@@ -41,9 +41,12 @@ cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && gi
4141
**Whatever**, you can also directly run SRS in [docker][docker-srs3]:
4242

4343
```
44-
docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/srs:3
44+
docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 \
45+
registry.cn-hangzhou.aliyuncs.com/ossrs/srs:3
4546
```
4647

48+
> Note: Again, we use [ACR](https://cr.console.aliyun.com/) here, you can directly use `docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/srs:3` instead.
49+
4750
**From here,** strongly recommend to read bellow wikis:
4851

4952
* Usage: How to delivery RTMP?([CN][v1_CN_SampleRTMP], [EN][v1_EN_SampleRTMP])

0 commit comments

Comments
 (0)