mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 09:53:43 +08:00
doc: add install.sh method in readme, change install.sh for macos support
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user