Skip to content

Commit 162bc4b

Browse files
committed
docs:add parts text
1 parent 9bb02a3 commit 162bc4b

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

docs/README_CN.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@
3636

3737
不管哪种方案,只需要一个node环境即可.([不知道如何安装node?点我进行了解](https://nodejs.org/en/learn/getting-started/how-to-install-nodejs))
3838

39-
| 依赖包 | 版本 |
40-
|--------|-------|
41-
| nodejs | `lts` |
39+
| 依赖包 | 版本 |
40+
|--------|-----|
41+
| nodejs | lts |
42+
| git | lts |
43+
4244

4345
## 安装
4446

@@ -99,7 +101,7 @@ npm run easy-fork
99101

100102
### CLI的使用
101103

102-
#### 1. 创建题解
104+
#### 1. 创建题解 - `lc`
103105

104106
##### [1]. 获取今日题目
105107

@@ -197,12 +199,16 @@ lc -e
197199

198200
```
199201

200-
#### 2. 检查题解
201-
202-
#### 3. 题目查找
202+
#### 2. 检查题解 - `lk`
203+
##### [1]. 检查今日题解 [-t]
204+
##### [2]. 检查指定题解 [-i]
205+
##### [3]. 检查随机获取的题解 [-r]
206+
#### 3. 题目查找 - `lf`
203207

204208
#### 4. 通用参数
205209

210+
##### [1]. 检查版本号`-v`
211+
206212
### fork项目的使用
207213

208214
### 插件的使用

0 commit comments

Comments
 (0)