Skip to content

Commit cd773de

Browse files
committed
Update README.md
修改说明
1 parent 9c28cc7 commit cd773de

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ cargo generate --git [email protected]:ipconfiger/ru_webapi_codebase.git --name <yo
3535
cd <your-project-name>
3636
cargo build
3737
```
38+
### A3:使用 ru-cpj
39+
这是个自己顺手做的项目,起因是cargo-generate最新版本不支持stable的最新版rustc。
40+
41+
项目地址在: https://github.com/ipconfiger/ru-cpj
42+
43+
在终端执行命令
44+
```bash
45+
cargo install ru-cpj
46+
ru-cpj <your-project-name> https://github.com/ipconfiger/ru_webapi_codebase/archive/refs/tags/0.1.1.zip
47+
```
48+
49+
3850

3951
## B: 项目依赖
4052

0 commit comments

Comments
 (0)