From 005cb59b5283ca1267ba79207b9fa54be1509beb Mon Sep 17 00:00:00 2001 From: fxiang21 Date: Thu, 23 Nov 2023 17:39:22 +0800 Subject: [PATCH] doc: add install.sh method in readme --- README.md | 2 +- docs/README_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 163df67..d1af935 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ docker-compose up -d - 第二步: 直接使用项目根目录下的install.sh 文件进行 `安装`、`启动`、`暂停`、`查状态`、`删除`、`卸载` ```shell curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh -sh istall.sh install +sh install.sh install ``` ### [本地开发环境搭建](docs/local.md) diff --git a/docs/README_en.md b/docs/README_en.md index 419596d..a6f6d37 100644 --- a/docs/README_en.md +++ b/docs/README_en.md @@ -83,7 +83,7 @@ docker-compose up -d - step 2: directly use the install.sh file in the project's root directory to `install`, `start`, `pause`, `status`, `delete`, and `uninstall` the application. ```shell curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh -sh istall.sh install +sh install.sh install ``` - In directory cmdb