Skip to content

Commit 689b40f

Browse files
authored
Remove section with obvious update instructions
1 parent 17f2111 commit 689b40f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

-12
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,3 @@ cargo install --git https://github.com/wert007/commit-analyzer
6868
This command will install a release compilation of the latest version locally to
6969
your user account. The same command also works for regular updates, this is, new
7070
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

Comments
 (0)