doc: add install.sh method in readme

This commit is contained in:
fxiang21 2023-11-23 17:39:22 +08:00
parent 589fdc2bfe
commit 005cb59b52
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ docker-compose up -d
- 第二步: 直接使用项目根目录下的install.sh 文件进行 `安装`、`启动`、`暂停`、`查状态`、`删除`、`卸载` - 第二步: 直接使用项目根目录下的install.sh 文件进行 `安装`、`启动`、`暂停`、`查状态`、`删除`、`卸载`
```shell ```shell
curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh
sh istall.sh install sh install.sh install
``` ```
### [本地开发环境搭建](docs/local.md) ### [本地开发环境搭建](docs/local.md)

View File

@ -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. - 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 ```shell
curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh
sh istall.sh install sh install.sh install
``` ```
- In directory cmdb - In directory cmdb