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 ```