File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
## ⚙️ 快速启动
16
16
17
- 你可以直接使用 [ Docker] ( https://github.com/swoole/docker-swoole ) 来执行Swoole的代码,例如:
17
+ 可以直接使用 [ Docker] ( https://github.com/swoole/docker-swoole ) 来执行Swoole的代码,例如:
18
18
19
19
``` bash
20
20
docker run --rm phpswoole/swoole " php --ri swoole"
21
21
```
22
22
23
23
具体的使用方式可以查看:[ 如何使用此镜像] ( https://github.com/swoole/docker-swoole#how-to-use-this-image ) 。
24
24
25
- 或者你可以在Swoole官网提供的 [ 在线编程页面 ] ( https://www.swoole.com/coding ) 运行你的代码以及官网提供的示例代码 。
25
+ 或者可以在Swoole官网提供的 [ 在线编程 ] ( https://www.swoole.com/coding ) 页面运行代码以及官网提供的示例代码 。
26
26
27
27
## ✨ 事件驱动
28
28
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ English | [中文](./README-CN.md)
14
14
15
15
## ⚙️ Quick Start
16
16
17
- You can use [ Docker] ( https://github.com/swoole/docker-swoole ) directly to execute Swoole's code, e.g.
17
+ Run Swoole program by [ Docker] ( https://github.com/swoole/docker-swoole )
18
18
19
19
``` bash
20
20
docker run --rm phpswoole/swoole " php --ri swoole"
21
21
```
22
22
23
23
For details on how to use it, see: [ How to Use This Image] ( https://github.com/swoole/docker-swoole#how-to-use-this-image ) .
24
24
25
- Or you can run your code and the sample code provided on the Swoole website at the [ online coding page ] ( https://www.swoole.com/coding ) .
25
+ Or code and run the Swoole program on the official website of Swoole. [ Coding Online ] ( https://www.swoole.com/coding )
26
26
27
27
## ✨ Event-based
28
28
You can’t perform that action at this time.
0 commit comments