We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5a25c commit ffc72d0Copy full SHA for ffc72d0
README.md
@@ -68,15 +68,3 @@ cargo install --git https://github.com/wert007/commit-analyzer
68
This command will install a release compilation of the latest version locally to
69
your user account. The same command also works for regular updates, this is, new
70
commits have had been introduced since the last installation.
71
-
72
-Cargo will refuse to replace the currently installed executable if no new
73
-commits were found. To override the current binary with the latest repository
74
-state anyway, rerun with `--force`:
75
76
-```
77
-cargo install --force --git https://github.com/wert007/commit-analyzer
78
79
80
-Cargo will then replace the currently installed release binary with a newly
81
-compiled one from the latest repository state using the configured release
82
-profile.
0 commit comments