Skip to content

Commit

Permalink
docs(website): add instructions for installing the latest git version
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 17, 2023
1 parent eb9f8e9 commit be87608
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/installation/crates-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@
cargo install git-cliff
```

If you want to install the latest git version:

```bash
cargo install --git https://github.com/orhun/git-cliff
```

The minimum supported Rust version is `1.70.0`.

0 comments on commit be87608

Please sign in to comment.