From 135db1bf6aeeedbb0d59405567bb4837f3221e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Mon, 16 Jan 2023 22:30:01 +0800 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E4=BF=AE=E5=A4=8D=E4=B8=80?= =?UTF-8?q?=E7=9B=B4=E6=8A=A5=E9=94=99=E7=9A=84=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aab04f6..b4a3931 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ After cloning this repository, change into the newly created directory and run composer config secure-http false \ && composer config repo.lux-map composer https://satis.luxcreo.cn/ \ && 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.