Skip to content

Commit c6caa5e

Browse files
committed
update d2x version to 0.1.1
mcpp-community/OpenOrg#1 Signed-off-by: sunrisepeak <speakshen@163.com>
1 parent 632f0fd commit c6caa5e

File tree

18 files changed

+197
-11
lines changed

18 files changed

+197
-11
lines changed

.d2x.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"buildtools": "xmake d2x-buildtools",
3+
"lang": "en",
4+
"llm": {
5+
"api_key": "",
6+
"api_url": "https://api.deepseek.com/v1",
7+
"model": "deepseek-chat",
8+
"system_prompt": ""
9+
},
10+
"ui_backend": "tui"
11+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6767
</details>
6868

6969
```bash
70-
xlings install d2x:d2mcpp
70+
d2x install d2mcpp
7171
cd d2mcpp
7272
d2x checker
7373
```

README.zh.hant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6767
</details>
6868

6969
```bash
70-
xlings install d2x:d2mcpp
70+
d2x install d2mcpp
7171
cd d2mcpp
7272
d2x checker
7373
```

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6767
</details>
6868

6969
```bash
70-
xlings install d2x:d2mcpp
70+
d2x install d2mcpp
7171
cd d2mcpp
7272
d2x checker
7373
```

book/en/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6363
</details>
6464

6565
```bash
66-
xlings install d2x:d2mcpp
66+
d2x install d2mcpp
6767
cd d2mcpp
6868
d2x checker
6969
```

book/en/src/base/chapter_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Invoke-Expression (Invoke-Webrequest 'https://d2learn.org/xlings-install.ps1.txt
3737
> Download the project to current directory and automatically configure local environment
3838
3939
```bash
40-
xlings install d2x:d2mcpp
40+
d2x install d2mcpp
4141
```
4242

4343
### Local E-book

book/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6363
</details>
6464

6565
```bash
66-
xlings install d2x:d2mcpp
66+
d2x install d2mcpp
6767
cd d2mcpp
6868
d2x checker
6969
```

book/src/base/chapter_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Invoke-Expression (Invoke-Webrequest 'https://d2learn.org/xlings-install.ps1.txt
3737
> 下载项目到当前目录并自动配置本地环境
3838
3939
```bash
40-
xlings install d2x:d2mcpp
40+
d2x install d2mcpp
4141
```
4242

4343
### 本地电子书

d2x/buildtools/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# d2x 支持的构建工具
2+
3+
通过对构建工具做最小化的接口规范来适配不同编程语言及其工具链
4+
5+
## 构建工具接口规范
6+
7+
```
8+
xxx d2x-buildtools [command] [target]
9+
10+
Commands:
11+
list List all targets
12+
build Build specified target
13+
run Run specified target
14+
```

d2x/buildtools/cmake/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TODO

0 commit comments

Comments
 (0)