docs: 修改 Readme 中快速安装命令

修改 sh 为 bash,避免有些操作系统默认 shell 不是 bash 时引起的错误。
This commit is contained in:
BugKing 2022-07-26 17:32:53 +08:00 committed by 刘瑞斌
parent 20c69b4be7
commit 4893808334
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ MeterSphere 是一站式开源持续测试平台, 涵盖测试跟踪、接口测
2. 以 root 用户执行如下命令一键安装 MeterSphere。
```sh
curl -sSL https://github.com/metersphere/metersphere/releases/latest/download/quick_start.sh | sh
curl -sSL https://github.com/metersphere/metersphere/releases/latest/download/quick_start.sh | bash
```
在线文档和教学视频: