66
77``` bash
88# 1. 安装(只需一次)
9- curl -fsSL https://raw.githubusercontent.com/bootcs-cn /bootcs-cli/main/scripts/install-docker.sh | bash
9+ curl -fsSL https://raw.githubusercontent.com/bootcs-dev /bootcs-cli/main/scripts/install-docker.sh | bash
1010
1111# 2. 登录(只需一次)
1212bootcs login
@@ -24,7 +24,7 @@ bootcs submit cs50/hello
2424### 推荐方式:一键安装
2525
2626``` bash
27- curl -fsSL https://raw.githubusercontent.com/bootcs-cn /bootcs-cli/main/scripts/install-docker.sh | bash
27+ curl -fsSL https://raw.githubusercontent.com/bootcs-dev /bootcs-cli/main/scripts/install-docker.sh | bash
2828```
2929
3030> 需要先安装 [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ )
@@ -143,8 +143,8 @@ Error: Could not find checks for 'xxx'
143143
144144## 📚 更多帮助
145145
146- - [ BootCS 官网] ( https://bootcs.cn )
147- - [ 课程文档] ( https://docs.bootcs.cn )
146+ - [ BootCS 官网] ( https://bootcs.dev )
147+ - [ 课程文档] ( https://docs.bootcs.dev )
148148
149149---
150150
@@ -156,22 +156,22 @@ Error: Could not find checks for 'xxx'
156156如果你不想使用 Docker,可以用 pip 安装:
157157
158158``` bash
159- pip install git+https://github.com/bootcs-cn /bootcs-cli.git
159+ pip install git+https://github.com/bootcs-dev /bootcs-cli.git
160160```
161161
162162需要自行配置 C/Python/Java 编译环境。
163163
164164### 环境变量
165165
166- | 变量 | 说明 | 默认值 |
167- | -------------------- | ---------------- | ----------------------- |
168- | ` BOOTCS_API_URL ` | API 地址 | ` https://api.bootcs.cn ` |
169- | ` BOOTCS_CHECKS_PATH ` | 本地 checks 路径 | - |
166+ | 变量 | 说明 | 默认值 |
167+ | -------------------- | ---------------- | ------------------------ |
168+ | ` BOOTCS_API_URL ` | API 地址 | ` https://api.bootcs.dev ` |
169+ | ` BOOTCS_CHECKS_PATH ` | 本地 checks 路径 | - |
170170
171171### 开发模式
172172
173173``` bash
174- git clone https://github.com/bootcs-cn /bootcs-cli.git
174+ git clone https://github.com/bootcs-dev /bootcs-cli.git
175175cd bootcs-cli
176176pip install -e " .[dev]"
177177pytest
0 commit comments