Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-tastic-z committed Aug 6, 2024
1 parent 7c29c03 commit 63c2814
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ cargo install git-cliff

## 使用

### 初始化自己的项目目录
### cargo generate 创建项目

通过 `cargo generate` 生成自己的项目目录

`cargo generate fan-tastic-z/rust-project-template`
```bash
cargo generate fan-tastic-z/rust-project-template
```

### 替换项目名称

Expand All @@ -90,7 +90,7 @@ postprocessors = [

### 安装 git hook scripts

在自己的项目目录下执行
在项目目录下执行

```bash
pre-commit install
Expand Down

0 comments on commit 63c2814

Please sign in to comment.