Skip to content

Commit 3c78afe

Browse files
committed
更新README.md
1 parent ad6aa61 commit 3c78afe

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
#### 使用CMake + MinGW(未测试), Linux用户可参考此文档(GCC 8测试通过)
55
```bash
66
git clone https://github.com/TwoBotFramework/TwoBot --recursive
7-
# 中国大陆用户可以尝试 git clone https://ghproxy.com/github.com/TwoBotFramework/TwoBot --recursive
8-
# submodule 下载错误,可以分别下载那几个库然后放到lib/里面
7+
# 中国大陆用户可以尝试下载Release里面的包
98
cd TwoBot
109
mkdir build
1110
cmake -S . -B build
@@ -15,8 +14,7 @@ mingw32-make
1514
#### 使用Visual Studio 2017以上,需带CMake支持(VS2022已测试通过)
1615
```bash
1716
git clone https://github.com/TwoBotFramework/TwoBot --recursive
18-
# 中国大陆用户可以尝试 git clone https://ghproxy.com/github.com/TwoBotFramework/TwoBot --recursive
19-
# submodule 下载错误,可以分别下载那几个库然后放到lib/里面
17+
# 中国大陆用户可以尝试下载Release里面的包
2018
```
2119
然后用VS打开
2220

0 commit comments

Comments
 (0)