Skip to content

Commit a4eb853

Browse files
committed
Updates installation.md
Auto commit by GitBook Editor
1 parent 4074eb5 commit a4eb853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Phinx 可以使用 Composer 进行安装,Composer是一个PHP依赖管理工
66
77
使用Composer进行安装Phinx:
88

9-
```
9+
```bash
1010
php composer.phar require robmorgan/phinx
1111
```
1212

1313
在你项目目录中创建目录 `db/migrations` ,并给予充足权限。这个目录将是你迁移脚本放置的地方,并且应该被设置为可写权限。
1414

1515
安装后,Phinx 现在可以在你的项目中执行初始化
1616

17-
```
17+
```bash
1818
vendor/bin/phinx init
1919
```
2020

0 commit comments

Comments
 (0)