Skip to content

Commit b3b76b0

Browse files
committed
Update readme
1 parent b12f0e8 commit b3b76b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SRS is a RTMP/HLS/WebRTC/SRT/GB28181 streaming cluster, high efficiency, stable
1313
<a name="product"></a>
1414
## Usage
1515

16-
**Step 1:** Get SRS.
16+
**>>> Step 1:** Get SRS.
1717

1818
```
1919
git clone https://gitee.com/winlinvip/srs.oschina.git srs &&
@@ -22,7 +22,7 @@ cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && gi
2222

2323
> 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
25-
**Step 2:** Build SRS.
25+
**>>> Step 2:** Build SRS.
2626

2727
```
2828
./configure && make
@@ -38,16 +38,16 @@ cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && gi
3838
./objs/srs -c conf/srs.conf
3939
```
4040

41-
**Whatever**, you can also directly run SRS in [docker][docker-srs3]:
41+
**>>> Whatever**, you can also directly run SRS in [docker][docker-srs3]:
4242

4343
```
4444
docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 \
4545
registry.cn-hangzhou.aliyuncs.com/ossrs/srs:3
4646
```
4747

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.
48+
> Note: Again, we use [ACR](https://cr.console.aliyun.com/) here, you can directly run in docker hub by `docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/srs:3`
4949
50-
**From here,** strongly recommend to read bellow wikis:
50+
**>>> From here,** strongly recommend to read bellow wikis:
5151

5252
* Usage: How to delivery RTMP?([CN][v1_CN_SampleRTMP], [EN][v1_EN_SampleRTMP])
5353
* Usage: How to delivery RTMP Edge Cluster?([CN][v3_CN_SampleRTMPCluster], [EN][v3_EN_SampleRTMPCluster])

0 commit comments

Comments
 (0)