This commit is contained in:
root
2019-12-22 14:58:49 +08:00
parent b3d73e5417
commit 2514bf4638
2 changed files with 7 additions and 7 deletions

View File

@ -22,9 +22,9 @@
> ```
2.`install.sql` 文件中恢复表
3. 执行 `cp .env.example .env` 然后配置它
4. 执行配置脚本
> ```shell script
> sh init.sh
4. 执行安装
> ```install script
> php artisan v2board:install
> ```
>