doc: add install.sh method in readme, change install.sh for macos support

This commit is contained in:
fxiang21
2023-11-23 17:21:03 +08:00
parent 8f0107b46c
commit 89548336f3
3 changed files with 35 additions and 46 deletions

View File

@@ -80,7 +80,7 @@ docker-compose up -d
```
> Method 2
- step 1: **Prepare: install docker and docker-compose**
- step 2:
- step 2: directly use the install.sh file in the project's root directory to `install`, `start`, `pause`, `status`, `delete`, and `uninstall` the application. only usefull for linux os.
```shell
curl -ssL https://raw.githubusercontent.com/veops/cmdb/master/install.sh -o install.sh
sh istall.sh install
@@ -92,7 +92,6 @@ sh istall.sh install
```
### [Local Setup](local_en.md)
### [Installation with Makefile](makefile_en.md)