Skip to content

Commit 1019143

Browse files
authored
mention cargo install --git in the README (#8)
1 parent 06f04f5 commit 1019143

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ that point.
5050
If you're on macos or linux and using homebrew you should be able to do:
5151

5252
brew install quodlibetor/git-fixup/git-fixup
53+
54+
You can also install from this repo with `cargo`:
55+
56+
cargo install --git https://github.com/quodlibetor/git-fixup
5357

5458
Otherwise, you will need to compile with Rust. Install rust, clone this repo,
5559
build, and then copy the binary into your bin dir:

0 commit comments

Comments
 (0)