docs: 修改 Readme 中快速安装命令
修改 sh 为 bash,避免有些操作系统默认 shell 不是 bash 时引起的错误。
This commit is contained in:
parent
20c69b4be7
commit
4893808334
|
@ -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
|
||||
```
|
||||
|
||||
在线文档和教学视频:
|
||||
|
|
Loading…
Reference in New Issue