docs(README): 修复一直报错的文件名

This commit is contained in:
李东云
2023-01-16 22:30:01 +08:00
parent 4deffe055e
commit 135db1bf6a

View File

@@ -22,7 +22,7 @@ After cloning this repository, change into the newly created directory and run
composer config secure-http false \ composer config secure-http false \
&& composer config repo.lux-map composer https://satis.luxcreo.cn/ \ && composer config repo.lux-map composer https://satis.luxcreo.cn/ \
&& composer require singularity/hdk-core \ && composer require singularity/hdk-core \
&& php bin/hyperf vendor:publish singularity/hdk-core && php bin/hyperf.php vendor:publish singularity/hdk-core
``` ```
This will install all dependencies needed for the project. This will install all dependencies needed for the project.