From 9b538bfa5da51756c25a04d8bda1e5b01fded9ea Mon Sep 17 00:00:00 2001 From: zyimm Date: Thu, 27 Oct 2022 17:08:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f3bd5d3..7023099 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,17 @@ ## 安装 +### 设置仓库 +```json +{ + "repositories": [{ + "type": "composer", + "url": "http://192.168.21.189" + }] +} + +``` + ```sh composer require tm-wms/message-notify ```