fix(readme): update ocboot checkout branch to 3.9

This commit is contained in:
Zexi Li
2023-03-15 18:45:12 +08:00
parent 31252c0eec
commit 9d73ae02a8
2 changed files with 2 additions and 2 deletions

View File

@@ -275,7 +275,7 @@ apt install -y git ansible
```bash
# Git clone the ocboot installation tool locally
$ git clone -b release/3.8 https://github.com/yunionio/ocboot && cd ./ocboot && ./run.py 10.168.26.216
$ git clone -b release/3.9 https://github.com/yunionio/ocboot && cd ./ocboot && ./run.py 10.168.26.216
```
大概10-30分钟后安装完成。访问 https://10.168.26.216 登入Cloudpods的Web控制台。初始的账号为 *admin* ,密码为 *admin@123*

View File

@@ -282,7 +282,7 @@ Run the following commands to start installing Cloudpods.
```bash
# Git clone the ocboot installation tool locally
$ git clone -b release/3.8 https://github.com/yunionio/ocboot && cd ./ocboot && ./run.py 10.168.26.216
$ git clone -b release/3.9 https://github.com/yunionio/ocboot && cd ./ocboot && ./run.py 10.168.26.216
```
It takes 10-30 minutes to finish the installation. You may visit the webconsole of Cloudpods at https://10.168.26.216. The initial login account is *admin* and password is *admin@123*.