Fix typo in Chinese manual

pull/392/head
Wilfred Hughes 2022-09-23 23:13:09 +07:00
parent 298a23ea5e
commit 4c8779d61e
1 changed files with 1 additions and 1 deletions

@ -22,7 +22,7 @@ $ brew install difftastic
### 编译要求
Difftasitc是使用Rust编写的所以你需要安装Rust。我推荐使用[rustup](https://rustup.rs/)来安装Rust。
Difftastic是使用Rust编写的所以你需要安装Rust。我推荐使用[rustup](https://rustup.rs/)来安装Rust。
同时你也需要一个支持C++14的C++编译器。如果你正在使用GCC则GCC版本至少为8。