Skip to content

Commit ba976aa

Browse files
committed
docs: fixed typography issues
1 parent 7931e9c commit ba976aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/docs/usage/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ import { Terminal, Download, FileArchive, FileCog, Play, Bot } from "lucide-reac
9191

9292
<Steps>
9393
<Step>
94+
9495
### 准备 Rust 环境
9596

9697
请确保您的系统中已安装 Rust
@@ -99,16 +100,19 @@ import { Terminal, Download, FileArchive, FileCog, Play, Bot } from "lucide-reac
99100

100101
</Step>
101102
<Step>
103+
102104
### 克隆源代码
103105

104106
使用 Git 克隆 sithra-rs 的代码仓库:
105107

106108
```shell
107-
git clone https://github.com/SithraBot/sithra-rs.git cd sithra-rs
109+
git clone https://github.com/SithraBot/sithra-rs.git
110+
cd sithra-rs
108111
```
109112

110113
</Step>
111114
<Step>
115+
112116
### 编译项目
113117

114118
在项目根目录下,执行 `cargo build` 命令进行编译。我们推荐使用

0 commit comments

Comments
 (0)