Skip to content

Commit 84f66d8

Browse files
authored
Update README.md
1 parent 92a1c21 commit 84f66d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ composer require microphp/swoole
3030
```shell
3131
php bin/console config:publish swoole
3232
```
33+
#### 四. 使用AMP驱动
34+
```shell
35+
composer require microphp/amp
36+
```
3337

3438
### 运行
3539
```shell
@@ -40,4 +44,4 @@ php bin/console start
4044
### 格式化代码
4145
```shell
4246
composer cs ./app
43-
```
47+
```

0 commit comments

Comments
 (0)