feat: add scripts environment details design

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-16 14:33:05 +08:00
parent ca543df323
commit 714d5036df
15 changed files with 158 additions and 94 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ The scripts within the OpenIM Suite generally adhere to two primary execution me
2. **Function-based Execution:** Invoking specific functions within the script for more specialized operations (e.g., install, uninstall).
```bash
./[script-name].sh [function-name]
./scripts/install/install.sh [function-name]
```
### 1. Direct Script Execution