update docs

This commit is contained in:
xboard 2025-01-18 19:06:04 +08:00
parent 9f95f015a0
commit e6c33776e5

View File

@ -29,7 +29,7 @@ docker compose run -it --rm \
-e ENABLE_SQLITE=true \
-e ENABLE_REDIS=true \
-e ADMIN_ACCOUNT=admin@demo.com \
web php artisan xboard:install && \
web php artisan xboard:install
```
- 自定义配置安装(高级用户)
```bash